aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
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