Corrected comment (now member and returns nothing).
This commit is contained in:
parent
f833ff71a5
commit
89dec4ff15
1 changed files with 2 additions and 2 deletions
|
@ -137,8 +137,8 @@ private:
|
|||
|
||||
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);};
|
||||
|
||||
|
|
Loading…
Reference in a new issue