aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
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 7f8133e..8ce9563 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -387,6 +387,7 @@ public:
387 bool isClosable() const { return functions.close; } 387 bool isClosable() const { return functions.close; }
388 bool isMoveable() const { return functions.move; } 388 bool isMoveable() const { return functions.move; }
389 bool isStuck() const { return m_state.stuck; } 389 bool isStuck() const { return m_state.stuck; }
390 bool isFocusNew() const { return m_focus_new; }
390 bool hasTitlebar() const { return decorations.titlebar; } 391 bool hasTitlebar() const { return decorations.titlebar; }
391 bool isMoving() const { return moving; } 392 bool isMoving() const { return moving; }
392 bool isResizing() const { return resizing; } 393 bool isResizing() const { return resizing; }