Taskbar: code cleanup (rename task_group -> task_buttons)

This commit is contained in:
o9000
2016-01-09 14:07:44 +01:00
parent 650806525a
commit 11b285d045
4 changed files with 40 additions and 40 deletions

View File

@@ -75,7 +75,7 @@ gboolean window_is_hidden(Window win)
// do not add transient_for windows if the transient window is already in the taskbar
window = win;
while (XGetTransientForHint(server.display, window, &window)) {
if (get_task_group(window)) {
if (get_task_buttons(window)) {
XFree(at);
return TRUE;
}