aboutsummaryrefslogtreecommitdiff
path: root/src/SystemTray.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/SystemTray.cc')
-rw-r--r--src/SystemTray.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SystemTray.cc b/src/SystemTray.cc
index b4f1e9b..ddc3738 100644
--- a/src/SystemTray.cc
+++ b/src/SystemTray.cc
@@ -137,8 +137,8 @@ private:
137 137
138void TrayWindow::pinByClassname(const std::vector<std::string> left, 138void TrayWindow::pinByClassname(const std::vector<std::string> left,
139 const std::vector<std::string> right) { 139 const std::vector<std::string> right) {
140 // based on the parsed order list and a given window returns an 140 // based on the parsed order list and a given window sets m_order to
141 // ordinal used to sort the tray icons. 141 // an ordinal used to sort the tray icons.
142 142
143 auto deleter = [](XClassHint *x){if(x) XFree(x);}; 143 auto deleter = [](XClassHint *x){if(x) XFree(x);};
144 144