]> icculus.org git repositories - dana/openbox.git/commit
break focus. or maybe make it better.
authorDana Jansens <danakj@orodu.net>
Mon, 15 Sep 2003 10:54:07 +0000 (10:54 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 15 Sep 2003 10:54:07 +0000 (10:54 +0000)
commit4ccc4c5ed7d5cffc4bf733191f7bc30fbbf069c8
treec576a940be5853ac5ec9bde841f797d63e78061c
parent17676168255fcf5cbec9ea5dadcee546c5ab7bbb
break focus. or maybe make it better.
these changes make it work when you alt-tab off a fullscreen window, that it doesnt iconify, and that it is immediately restacked instead of waiting for a FocusIn event to arrive. The code now assumes that if the window says it can focus, that if we focus it, it is focused.
add the XDone handler to ObMainLoop, which is fired upon the occurance of there being no more X events to read.
openbox/client.c
openbox/event.c
openbox/focus.c
openbox/mainloop.c
openbox/mainloop.h
openbox/stacking.c
openbox/startupnotify.c