diff options
Diffstat (limited to 'src/client.hh')
| -rw-r--r-- | src/client.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client.hh b/src/client.hh index 61f7b071..8f0dc4f1 100644 --- a/src/client.hh +++ b/src/client.hh @@ -436,6 +436,9 @@ public: //! Attempt to focus the client window bool focus(); + + //! Remove focus from the client window + void unfocus(); virtual void focusHandler(const XFocusChangeEvent &e); virtual void unfocusHandler(const XFocusChangeEvent &e); |
