diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-05-16 18:10:10 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-05-16 18:10:10 +0000 |
| commit | b77e40e1c7710323aa59a778338d8e18b591f718 (patch) | |
| tree | 48ae520439b10bffa5c63f3cc5a7230ccab06331 /openbox/menu.h | |
| parent | 6e42b65bda1706887f3b2a7f9d79ba20f7611a06 (diff) | |
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).
Diffstat (limited to 'openbox/menu.h')
| -rw-r--r-- | openbox/menu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/menu.h b/openbox/menu.h index c6b36719..2d811c12 100644 --- a/openbox/menu.h +++ b/openbox/menu.h @@ -7,8 +7,6 @@ #include <glib.h> -extern GHashTable *menu_map; - struct Menu; struct MenuEntry; |
