diff options
Diffstat (limited to 'src/client.hh')
| -rw-r--r-- | src/client.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client.hh b/src/client.hh index 420a8c4a..c8110a3f 100644 --- a/src/client.hh +++ b/src/client.hh @@ -406,6 +406,10 @@ private: */ void shade(bool shade); + //! Fires the urgent callbacks which lets the user do what they want with + //! urgent windows + void fireUrgent(); + //! Fullscreen's or unfullscreen's the client window /*! @param fs true if the window should be made fullscreen; false if it should |
