likewise if a window is unmanaged and we were trying to give it focus, we want to...
authorDana Jansens <danakj@orodu.net>
Sun, 13 May 2007 07:38:35 +0000 (07:38 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 13 May 2007 07:38:35 +0000 (07:38 +0000)
commit685dca1c5fb1fac160ad845a710bc2c30ff87751
treef51369842bd62822d3dbdbd1fbe35adb2dc9e68a
parent1e957a168808f0357509300e879c0a7e97b49a24
likewise if a window is unmanaged and we were trying to give it focus, we want to know about it - also if the window gets hidden for some other reason, we also want to know about it.

add a notifier for windows being hidden, and use that instead - it handles both cases.
openbox/client.c
openbox/client.h
openbox/focus.c