diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-05-08 01:03:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-05-08 01:03:20 +0300 |
commit | bfab477aead2b4376e9caa193dca2c62c2ff26f9 (patch) | |
tree | e0fe0fb39d0ad476d7109ecafb452de05c0a1566 /src/gui/widgets/window.h | |
parent | 9e65d853ef4cbebb9899dabe0233ad83a0b9e97a (diff) | |
download | plus-bfab477aead2b4376e9caa193dca2c62c2ff26f9.tar.gz plus-bfab477aead2b4376e9caa193dca2c62c2ff26f9.tar.bz2 plus-bfab477aead2b4376e9caa193dca2c62c2ff26f9.tar.xz plus-bfab477aead2b4376e9caa193dca2c62c2ff26f9.zip |
Add titlepadding option to theme file.
Now used only in shortcuts window without title bar.
Diffstat (limited to 'src/gui/widgets/window.h')
-rw-r--r-- | src/gui/widgets/window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h index 6fa47dedc..13883980e 100644 --- a/src/gui/widgets/window.h +++ b/src/gui/widgets/window.h @@ -403,6 +403,8 @@ class Window : public gcn::Window, gcn::WidgetListener protected: bool canMove(); + Skin *mSkin; /**< Skin in use by this window */ + private: enum ResizeHandles { @@ -452,7 +454,6 @@ class Window : public gcn::Window, gcn::WidgetListener static int mouseResize; /**< Active resize handles */ static int instances; /**< Number of Window instances */ - Skin *mSkin; /**< Skin in use by this window */ /** * The width of the resize border. Is independent of the actual window |