From c4a5149016c98346bae4ce594d37065bd8f3dcf0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 10 May 2003 20:52:32 +0000 Subject: add a slit to the kernel --- openbox/screen.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/screen.c') 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) -- cgit v1.2.3