aboutsummaryrefslogtreecommitdiff
path: root/src/SystemTray.hh
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2010-08-23 17:49:47 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2010-08-23 17:49:47 (GMT)
commit874eb67297cd63999730d1e779ff00581dcbb89d (patch)
tree9d40f37066092672433161f494acaa455546867d /src/SystemTray.hh
parenta1385e4018189170eeeedcf56a9c84df707c32d8 (diff)
downloadfluxbox-874eb67297cd63999730d1e779ff00581dcbb89d.zip
fluxbox-874eb67297cd63999730d1e779ff00581dcbb89d.tar.bz2
moved knowledge about '_NET_SYSTEM_TRAY_S' into the 'SystemTray' class
Diffstat (limited to 'src/SystemTray.hh')
-rw-r--r--src/SystemTray.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SystemTray.hh b/src/SystemTray.hh
index c67e08a..153220c 100644
--- a/src/SystemTray.hh
+++ b/src/SystemTray.hh
@@ -84,6 +84,8 @@ public:
84 84
85 void parentMoved() { m_window.parentMoved(); } 85 void parentMoved() { m_window.parentMoved(); }
86 86
87 static std::string getNetSystemTrayAtom(int screen_nr);
88
87 static Atom getXEmbedInfoAtom(); 89 static Atom getXEmbedInfoAtom();
88 90
89private: 91private: