diff options
Diffstat (limited to 'src/gui/widgets/window.h')
-rw-r--r-- | src/gui/widgets/window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h index 9cc6acc54..28976f2ca 100644 --- a/src/gui/widgets/window.h +++ b/src/gui/widgets/window.h @@ -444,6 +444,8 @@ class Window : public gcn::Window, private gcn::WidgetListener ResizeGrip *mGrip; /**< Resize grip */ Window *mParent; /**< The parent window */ Layout *mLayout; /**< Layout handler */ + gcn::Rectangle mCloseRect; /**< Close button rectangle */ + gcn::Rectangle mStickyRect; /**< Sticky button rectangle */ std::string mWindowName; /**< Name of the window */ bool mShowTitle; /**< Window has a title bar */ bool mModal; /**< Window is modal */ |