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/client.h | 1 - 1 file changed, 1 deletion(-) (limited to 'openbox/client.h') diff --git a/openbox/client.h b/openbox/client.h index 4461377d..08a3a887 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -294,7 +294,6 @@ typedef struct Client { } Client; extern GList *client_list; -extern GHashTable *client_map; void client_startup(); void client_shutdown(); -- cgit v1.2.3