summaryrefslogtreecommitdiff
path: root/openbox/screen.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-05-10 20:52:32 +0000
committerDana Jansens <danakj@orodu.net>2003-05-10 20:52:32 +0000
commitc4a5149016c98346bae4ce594d37065bd8f3dcf0 (patch)
tree15f8b7c2bcfa7bead77014a0ff11645c307c72fc /openbox/screen.c
parent37169289844646c60985f9a77c0bb8935ac98515 (diff)
add a slit to the kernel
Diffstat (limited to 'openbox/screen.c')
-rw-r--r--openbox/screen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/screen.c b/openbox/screen.c
index 04bc21c5..b43be922 100644
--- a/openbox/screen.c
+++ b/openbox/screen.c
@@ -1,4 +1,5 @@
#include "openbox.h"
+#include "slit.h"
#include "prop.h"
#include "startup.h"
#include "config.h"
@@ -218,6 +219,7 @@ void screen_resize(int w, int h)
if (ob_state == State_Starting)
return;
+ slit_configure_all();
screen_update_struts();
for (it = client_list; it; it = it->next)