diff options
author | Peter Hercek <hercek@users.sourceforge.net> | 2011-02-03 17:50:17 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-02-03 17:51:10 (GMT) |
commit | fc192b1161bf9d1ca0ca9a35397c99ee1a41c7f3 (patch) | |
tree | 636d2fa490cba115ba35e9e0c5f710eb63ce535d /src/Window.hh | |
parent | 5f6694ca14d599bee6c56700d88ca86ff1126de9 (diff) | |
download | fluxbox_pavel-fc192b1161bf9d1ca0ca9a35397c99ee1a41c7f3.zip fluxbox_pavel-fc192b1161bf9d1ca0ca9a35397c99ee1a41c7f3.tar.bz2 |
allow to override 'FocusNewWindow' via .fluxbox/apps
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 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; } |