From bfab477aead2b4376e9caa193dca2c62c2ff26f9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 8 May 2012 01:03:20 +0300 Subject: Add titlepadding option to theme file. Now used only in shortcuts window without title bar. --- src/gui/widgets/window.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/widgets/window.h') 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 -- cgit v1.2.3-60-g2f50