Skip to content
Snippets Groups Projects
Commit 968795a4 authored by Olivier Fourdan's avatar Olivier Fourdan
Browse files

Fix mismatch between displayed icon/window and actual hilighted frame

(Old svn revision: 17261)
parent 0fb2ec29
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ createWindowlist (GdkScreen *scr, Client *c, unsigned int cycle_range, Tabwin *t
/* pack the client icons */
for (c2 = c, i = 0; c2 && i < n_clients; i++, c2 = c2->next)
{
if (!clientSelectMask (c2, cycle_range, WINDOW_NORMAL | WINDOW_DIALOG | WINDOW_MODAL_DIALOG))
if (!clientSelectMask (c2, cycle_range, WINDOW_REGULAR_FOCUSABLE))
continue;
icon = createWindowIcon(c2);
gtk_table_attach(GTK_TABLE(windowlist), GTK_WIDGET(icon),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment