aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-05-19 22:59:02 (GMT)
committermarkt <markt>2007-05-19 22:59:02 (GMT)
commit22944ec775b5c5de0f29d0ee05f4ed303235519c (patch)
tree22a42005339e71e055d73ee34b710e1d6db4d68a /src/Window.hh
parenta33188b2a844832a0a3267f1ebf0883b3205614e (diff)
downloadfluxbox-22944ec775b5c5de0f29d0ee05f4ed303235519c.zip
fluxbox-22944ec775b5c5de0f29d0ee05f4ed303235519c.tar.bz2
added back limited behavior for session.screen0.followModel
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 82a5f3f..8a4866e 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -231,7 +231,8 @@ public:
231 * @return true if it took focus. 231 * @return true if it took focus.
232 */ 232 */
233 bool focus(); 233 bool focus();
234 234 bool allowsFocusFromClient();
235
235 /// Raises the window and takes focus (if possible). 236 /// Raises the window and takes focus (if possible).
236 void raiseAndFocus() { raise(); focus(); } 237 void raiseAndFocus() { raise(); focus(); }
237 /// sets the internal focus flag 238 /// sets the internal focus flag