diff options
Diffstat (limited to 'src/gui/window.h')
-rw-r--r-- | src/gui/window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/window.h b/src/gui/window.h index 0a089b49..7441c804 100644 --- a/src/gui/window.h +++ b/src/gui/window.h @@ -155,6 +155,7 @@ class Window : public gcn::Window, public ConfigListener gcn::Container *chrome; /**< Contained container */ Window *parent; /**< The parent window */ int snapSize; /**< Snap distance to window edge */ + bool title; /**< Window has a title bar */ bool modal; /**< Window is modal */ bool resizable; /**< Window can be resized */ |