aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2007-12-22 05:24:13 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2007-12-22 05:24:13 (GMT)
commit0a67bdce416cb18a9c2f356262b62e1fad8dd52f (patch)
tree17eb66f2bf3c4b5e920e1045aa75a83b7f058e02 /src/Window.hh
parent0906477984edbd9f6e62fed3800ea9a441919a58 (diff)
downloadfluxbox-0a67bdce416cb18a9c2f356262b62e1fad8dd52f.zip
fluxbox-0a67bdce416cb18a9c2f356262b62e1fad8dd52f.tar.bz2
make better decisions about when to allow stealing the focus
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(); }