summaryrefslogtreecommitdiff
path: root/src/gui/widgets/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/window.h')
-rw-r--r--src/gui/widgets/window.h3
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