summaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh
index e75b84c..eeb7ae1 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -244,7 +244,7 @@ public:
244 * @return true if it took focus. 244 * @return true if it took focus.
245 */ 245 */
246 bool focus(); 246 bool focus();
247 bool allowsFocusFromClient(); 247 bool focusRequestFromClient(WinClient &from);
248 248
249 /// Raises the window and takes focus (if possible). 249 /// Raises the window and takes focus (if possible).
250 void raiseAndFocus() { raise(); focus(); } 250 void raiseAndFocus() { raise(); focus(); }