From ab2968b3a5d61e2dc6b0a64153a7abb0078ee442 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 24 Jan 2003 00:44:36 +0000 Subject: add an UrgentNotify callback type. fire it when a window becomes "urgent" --- src/client.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/client.hh') 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 -- cgit v1.2.3