diff options
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: |