all repos — openbox @ a5b371cfe73084236223ae8f3755d1a286f780ea

openbox fork - make it a bit more like ryudo

blef
Dana Jansens danakj@orodu.net
commit

a5b371cfe73084236223ae8f3755d1a286f780ea

parent

9b514b3b6165c80cfe7152c2088a97765f6c82f4

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

jump to
M openbox/screen.copenbox/screen.c

@@ -432,7 +432,7 @@

g_free(strut); strut = g_new0(Strut, screen_num_desktops + 1); - for (it = client_list; it; it = it->next) { + for (it = client_list; it != NULL; it = it->next) { Client *c = it->data; if (c->iconic) continue; /* these dont count in the strut */