]> icculus.org git repositories - dana/openbox.git/commit
rename "Slit" to "Dock".
authorDana Jansens <danakj@orodu.net>
Fri, 16 May 2003 18:10:10 +0000 (18:10 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 16 May 2003 18:10:10 +0000 (18:10 +0000)
commitb77e40e1c7710323aa59a778338d8e18b591f718
tree48ae520439b10bffa5c63f3cc5a7230ccab06331
parent6e42b65bda1706887f3b2a7f9d79ba20f7611a06
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).
18 files changed:
data/rc3
openbox/Makefile.am
openbox/client.c
openbox/client.h
openbox/config.c
openbox/config.h
openbox/dock.c [new file with mode: 0644]
openbox/dock.h [new file with mode: 0644]
openbox/event.c
openbox/frame.c
openbox/menu.c
openbox/menu.h
openbox/openbox.c
openbox/screen.c
openbox/slit.c [deleted file]
openbox/slit.h [deleted file]
openbox/window.c
openbox/window.h