summaryrefslogtreecommitdiff
path: root/src/client.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-23 15:43:55 +0000
committerDana Jansens <danakj@orodu.net>2003-01-23 15:43:55 +0000
commitf4b87e04a2a1d285f7b6f93b3db08f040ba5c32c (patch)
tree1cb68a752ec2bffd5eddb47ea3c0cc746db26fe2 /src/client.hh
parent38396b8a8dd3f67bc893e26dde980d5338469521 (diff)
be smart about skipping focusing a window from unmap events, watch the unmap_ignore
Diffstat (limited to 'src/client.hh')
-rw-r--r--src/client.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.hh b/src/client.hh
index 8f04dc64..420a8c4a 100644
--- a/src/client.hh
+++ b/src/client.hh
@@ -580,7 +580,7 @@ BB @param window The window id that the Client class should handle
void resize(Corner anchor, int w, int h);
//! Attempt to focus the client window
- bool focus() const;
+ bool focus();
//! Remove focus from the client window
void unfocus() const;