diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-05-10 20:52:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-05-10 20:52:32 +0000 |
| commit | c4a5149016c98346bae4ce594d37065bd8f3dcf0 (patch) | |
| tree | 15f8b7c2bcfa7bead77014a0ff11645c307c72fc /openbox/screen.c | |
| parent | 37169289844646c60985f9a77c0bb8935ac98515 (diff) | |
add a slit to the kernel
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) |
