aboutsummaryrefslogtreecommitdiff
path: root/src/SystemTray.hh
diff options
context:
space:
mode:
authorGregor Bollerhey <gbsoftware@arcor.de>2014-01-08 19:38:00 (GMT)
committerJan Sucan <jan@jansucan.com>2020-04-05 07:50:20 (GMT)
commitb23aba180ffe8f6af2a2955641b73f764f740f62 (patch)
tree2624a6074dae27cb9b2173612815b0169c6fcefb /src/SystemTray.hh
parentbb0790d7945d4ed728b374409aa227dce07b0090 (diff)
downloadfluxbox-b23aba180ffe8f6af2a2955641b73f764f740f62.zip
fluxbox-b23aba180ffe8f6af2a2955641b73f764f740f62.tar.bz2
Icon order now is property of the SystemTray.
This way it is only parsed once in the constructor. Updating the TrayWindow order is now a method which is called once when the icon is created. sortClients/rearrange is now only called on adding and removing icons.
Diffstat (limited to 'src/SystemTray.hh')
-rw-r--r--src/SystemTray.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SystemTray.hh b/src/SystemTray.hh
index b9fd75a..c1485f6 100644
--- a/src/SystemTray.hh
+++ b/src/SystemTray.hh
@@ -121,6 +121,7 @@ private:
121 // resources 121 // resources
122 FbTk::Resource<std::string> m_rc_systray_pinleft; 122 FbTk::Resource<std::string> m_rc_systray_pinleft;
123 FbTk::Resource<std::string> m_rc_systray_pinright; 123 FbTk::Resource<std::string> m_rc_systray_pinright;
124 std::vector<std::string> m_pinleft, m_pinright;
124}; 125};
125 126
126#endif // SYSTEMTRAY_HH 127#endif // SYSTEMTRAY_HH