From b77e40e1c7710323aa59a778338d8e18b591f718 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 16 May 2003 18:10:10 +0000 Subject: rename "Slit" to "Dock". add config options to the rc3 for the dock. create a window_map, add DockApps to the ObWindow types, use the window_map for translating windows into objects for event handling (only one lookup now) and remove the old maps (client_map, menu_map). --- openbox/screen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/screen.c') 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) -- cgit v1.2.3