aboutsummaryrefslogtreecommitdiff
path: root/src/SystemTray.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-04-19 22:48:19 (GMT)
committerfluxgen <fluxgen>2004-04-19 22:48:19 (GMT)
commitbb991a0166fb5aed0f3b49658b7dc38c0fc2765a (patch)
treec9b7ca370a297233e5188d1c55e295bbbd3841b0 /src/SystemTray.hh
parent20659577859fc0fc85aeaa82f7a6e1e41f17e5e7 (diff)
downloadfluxbox-bb991a0166fb5aed0f3b49658b7dc38c0fc2765a.zip
fluxbox-bb991a0166fb5aed0f3b49658b7dc38c0fc2765a.tar.bz2
kde dockapps in systray
Diffstat (limited to 'src/SystemTray.hh')
-rw-r--r--src/SystemTray.hh8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/SystemTray.hh b/src/SystemTray.hh
index 84d78fa..556934a 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.3 2003/10/31 10:37:09 rathnor Exp $ 22// $Id: SystemTray.hh,v 1.4 2004/04/19 22:48:19 fluxgen Exp $
23 23
24#ifndef SYSTEMTRAY_HH 24#ifndef SYSTEMTRAY_HH
25#define SYSTEMTRAY_HH 25#define SYSTEMTRAY_HH
@@ -55,6 +55,9 @@ public:
55 void exposeEvent(XExposeEvent &event); 55 void exposeEvent(XExposeEvent &event);
56 void handleEvent(XEvent &event); 56 void handleEvent(XEvent &event);
57 57
58 void addClient(Window win);
59 void removeClient(Window win);
60
58 unsigned int width() const; 61 unsigned int width() const;
59 unsigned int height() const; 62 unsigned int height() const;
60 unsigned int borderWidth() const; 63 unsigned int borderWidth() const;
@@ -65,8 +68,7 @@ public:
65private: 68private:
66 typedef std::list<FbTk::FbWindow *> ClientList; 69 typedef std::list<FbTk::FbWindow *> ClientList;
67 ClientList::iterator findClient(Window win); 70 ClientList::iterator findClient(Window win);
68 void addClient(Window win); 71
69 void removeClient(Window win);
70 void renderTheme(); 72 void renderTheme();
71 void rearrangeClients(); 73 void rearrangeClients();
72 void removeAllClients(); 74 void removeAllClients();