From f4b87e04a2a1d285f7b6f93b3db08f040ba5c32c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 23 Jan 2003 15:43:55 +0000 Subject: be smart about skipping focusing a window from unmap events, watch the unmap_ignore --- src/client.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client.hh') 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; -- cgit v1.2.3