aboutsummaryrefslogtreecommitdiff
path: root/src/SystemTray.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-10-31 10:37:09 (GMT)
committerrathnor <rathnor>2003-10-31 10:37:09 (GMT)
commitb88f9b2a9e6a08cfb663b7177a9c037250d48fea (patch)
tree6c790fef10cbfdd1eab211572932d7bdf2425d13 /src/SystemTray.hh
parentd617c5288fe37972b474f86b653e5541553f93de (diff)
downloadfluxbox-b88f9b2a9e6a08cfb663b7177a9c037250d48fea.zip
fluxbox-b88f9b2a9e6a08cfb663b7177a9c037250d48fea.tar.bz2
fix a number of positioning and sizing issues
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);