projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b514b3
)
blef
author
Dana Jansens
<danakj@orodu.net>
Sat, 22 Mar 2003 13:18:45 +0000
(13:18 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 22 Mar 2003 13:18:45 +0000
(13:18 +0000)
openbox/screen.c
patch
|
blob
|
history
diff --git
a/openbox/screen.c
b/openbox/screen.c
index e9d0ce1a67d1e06f211083e059561dd95e1ea6f7..82e51f4b04c3787b27255c7c7c443b030a63d6e3 100644
(file)
--- a/
openbox/screen.c
+++ b/
openbox/screen.c
@@
-432,7
+432,7
@@
void screen_update_struts()
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 */