aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2006-04-23 17:00:33 (GMT)
committerfluxgen <fluxgen>2006-04-23 17:00:33 (GMT)
commit75d289be65e12ac8c1b36a21ee9db8fee7cf1897 (patch)
tree14ce0593761c5c3e1f331563655bd5af7d127be6 /src/Window.hh
parentb0d7010f8bd762aa3eff5ee5a9d5d265ad349c83 (diff)
downloadfluxbox_paul-75d289be65e12ac8c1b36a21ee9db8fee7cf1897.zip
fluxbox_paul-75d289be65e12ac8c1b36a21ee9db8fee7cf1897.tar.bz2
added support for _NET_WM_ALLOWED_ACTIONS and all the _NET_WM_ACTION_*. Added _NET_WM_STATE_MODAL and _NET_WM_WINDOW_TYPE_SPLASH
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 9508d5c..10491ff 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -302,6 +302,7 @@ public:
302 inline bool isMaximizable() const { return functions.maximize; } 302 inline bool isMaximizable() const { return functions.maximize; }
303 inline bool isResizable() const { return functions.resize; } 303 inline bool isResizable() const { return functions.resize; }
304 inline bool isClosable() const { return functions.close; } 304 inline bool isClosable() const { return functions.close; }
305 inline bool isMoveable() const { return functions.move; }
305 inline bool isStuck() const { return stuck; } 306 inline bool isStuck() const { return stuck; }
306 inline bool hasTitlebar() const { return decorations.titlebar; } 307 inline bool hasTitlebar() const { return decorations.titlebar; }
307 inline bool isMoving() const { return moving; } 308 inline bool isMoving() const { return moving; }