summaryrefslogtreecommitdiff
path: root/openbox/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/screen.c')
-rw-r--r--openbox/screen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/screen.c b/openbox/screen.c
index bfda2209..f59856e9 100644
--- a/openbox/screen.c
+++ b/openbox/screen.c
@@ -1112,6 +1112,7 @@ typedef struct {
ObScreenStrut *ss = g_new(ObScreenStrut, 1); \
ss->desktop = i; \
ss->strut = s; \
+ sl = g_slist_prepend(sl, ss); \
} \
}