diff options
Diffstat (limited to 'openbox/screen.c')
| -rw-r--r-- | openbox/screen.c | 2 |
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) |
