]> icculus.org git repositories - mikachu/openbox.git/commit
Clients Menus and Slits are all 'ObWindow's now.
authorDana Jansens <danakj@orodu.net>
Sun, 11 May 2003 19:44:33 +0000 (19:44 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 11 May 2003 19:44:33 +0000 (19:44 +0000)
commit58cfbb7f8419e084af6b6b8b00c88ed270c29e88
tree6d786e87e1fb369d94522a69d0b3f2c694a8ed4e
parent506122a110035f810c7d25225661973845a59c62
Clients Menus and Slits are all 'ObWindow's now.
Stacking is done with ObWindows.
Slits add themselves to the stacking order, as do clients of course.
Added some macros for adding/removing to the stacking order.
17 files changed:
openbox/Makefile.am
openbox/action.c
openbox/client.c
openbox/client.h
openbox/config.h
openbox/event.c
openbox/focus.c
openbox/menu.c
openbox/menu.h
openbox/openbox.c
openbox/slit.c
openbox/slit.h
openbox/stacking.c
openbox/stacking.h
openbox/window.c [new file with mode: 0644]
openbox/window.h [new file with mode: 0644]
plugins/resistance.c