diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2010-08-23 17:49:47 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2010-08-23 17:49:47 (GMT) |
commit | 874eb67297cd63999730d1e779ff00581dcbb89d (patch) | |
tree | 9d40f37066092672433161f494acaa455546867d /src/SystemTray.hh | |
parent | a1385e4018189170eeeedcf56a9c84df707c32d8 (diff) | |
download | fluxbox_pavel-874eb67297cd63999730d1e779ff00581dcbb89d.zip fluxbox_pavel-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.hh | 2 |
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 | ||
89 | private: | 91 | private: |