diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-25 15:23:48 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-25 15:23:48 +0000 |
| commit | 336011efb19600107313785b56c32dd12a69dc1f (patch) | |
| tree | 3800e8547c1efb850b521c0f7831f1d7722c60a8 /openbox/event.c | |
| parent | 7cf4c970ae89f06aa77345900f96a310400c8595 (diff) | |
prevent flicker in the follow actiosn again instead of in focus fallback. focus fallback needs to be very reliable.
Diffstat (limited to 'openbox/event.c')
| -rw-r--r-- | openbox/event.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/openbox/event.c b/openbox/event.c index 868712c1..6e11f82e 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -526,10 +526,7 @@ static void event_process(const XEvent *ec, gpointer data) /* If you send focus to a window and then it disappears, you can get the FocusIn for it, after it is unmanaged. - Just wait for the next FocusOut/FocusIn pair, but note that - nothing is focused now. - */ - focus_set_client(NULL); + Just wait for the next FocusOut/FocusIn pair. */ } else if (client != focus_client) { focus_left_screen = FALSE; |
