simplify focus handling a bit. no need to listen to focus going to the frame because...
authorDana Jansens <danakj@orodu.net>
Tue, 15 May 2007 04:32:59 +0000 (04:32 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 15 May 2007 04:32:59 +0000 (04:32 +0000)
commit361bf6af5c7de09f30f3cf4a220b3f84a3fe451d
treef028b6185726e8ebf0518cac40477ac7f9b75d29
parentf5597c060e0fda3b8fffc19c9b8974dde463a962
simplify focus handling a bit. no need to listen to focus going to the frame because if it ever does that, the window is unmapping and the frame will just unmap and send it to root.

make focus fallback a lil more robust, it checks for errors when it sets focus on the window, and if an error occured it will focus the next option.
openbox/action.c
openbox/client.c
openbox/client.h
openbox/event.c
openbox/focus.c
openbox/openbox.c
openbox/screen.c