]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
rename "Slit" to "Dock".
[chaz/openbox] / openbox / screen.c
index 6a300d891a85fa66ed9288d93a32da97220603d6..0c80827faf158f901a6ed1f9ae2e8e6430d3874c 100644 (file)
@@ -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)
This page took 0.023729 seconds and 4 git commands to generate.