diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 1 |
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; } |