all repos — fluxbox @ 89dec4ff159933b93b187bb422f3926b00300963

custom fork of the fluxbox windowmanager

Corrected comment (now member and returns nothing).
Gregor Bollerhey gbsoftware@arcor.de
commit

89dec4ff159933b93b187bb422f3926b00300963

parent

f833ff71a579406f6e5d46770acb726ba040f9e1

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/SystemTray.ccsrc/SystemTray.cc

@@ -137,8 +137,8 @@ };

void TrayWindow::pinByClassname(const std::vector<std::string> left, const std::vector<std::string> right) { - // based on the parsed order list and a given window returns an - // ordinal used to sort the tray icons. + // based on the parsed order list and a given window sets m_order to + // an ordinal used to sort the tray icons. auto deleter = [](XClassHint *x){if(x) XFree(x);};