aboutsummaryrefslogtreecommitdiff
path: root/src/SystemTray.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/SystemTray.hh')
-rw-r--r--src/SystemTray.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/SystemTray.hh b/src/SystemTray.hh
index 82d163c..84d78fa 100644
--- a/src/SystemTray.hh
+++ b/src/SystemTray.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: SystemTray.hh,v 1.2 2003/08/16 12:12:21 fluxgen Exp $ 22// $Id: SystemTray.hh,v 1.3 2003/10/31 10:37:09 rathnor Exp $
23 23
24#ifndef SYSTEMTRAY_HH 24#ifndef SYSTEMTRAY_HH
25#define SYSTEMTRAY_HH 25#define SYSTEMTRAY_HH
@@ -49,6 +49,8 @@ public:
49 void show(); 49 void show();
50 void hide(); 50 void hide();
51 51
52 bool active() { return !m_clients.empty(); }
53
52 bool clientMessage(const XClientMessageEvent &event); 54 bool clientMessage(const XClientMessageEvent &event);
53 void exposeEvent(XExposeEvent &event); 55 void exposeEvent(XExposeEvent &event);
54 void handleEvent(XEvent &event); 56 void handleEvent(XEvent &event);