diff options
Diffstat (limited to 'openbox/screen.c')
| -rw-r--r-- | openbox/screen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/screen.c b/openbox/screen.c index 6a300d89..0c80827f 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -1,5 +1,5 @@ #include "openbox.h" -#include "slit.h" +#include "dock.h" #include "prop.h" #include "startup.h" #include "config.h" @@ -219,7 +219,7 @@ void screen_resize(int w, int h) if (ob_state == State_Starting) return; - slit_configure_all(); + dock_configure(); screen_update_struts(); for (it = client_list; it; it = it->next) |
