summaryrefslogtreecommitdiff
path: root/openbox/slit.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/slit.c')
-rw-r--r--openbox/slit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/slit.c b/openbox/slit.c
index 311cd6ac..81f0b897 100644
--- a/openbox/slit.c
+++ b/openbox/slit.c
@@ -48,7 +48,7 @@ void slit_startup()
XSetWindowBorderWidth(ob_display, slit[i].frame, theme_bwidth);
g_hash_table_insert(slit_map, &slit[i].frame, &slit[i]);
- stacking_add(&slit[i]);
+ stacking_add(SLIT_AS_WINDOW(&slit[i]));
stacking_raise(SLIT_AS_WINDOW(&slit[i]));
}
}