diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-28 00:25:10 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-28 00:25:10 +0000 |
| commit | 52d4433a00751ad2184e58af7fbc31b206c13f59 (patch) | |
| tree | 3ef5b9135cbb81f4b566229fb8fb770b10006366 /openbox | |
| parent | 6778db73923a9f955bb7040a57e0cfba084fc050 (diff) | |
fallback focus in superior fashion
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/event.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/event.c b/openbox/event.c index 1430c3d2..432f39c5 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -248,9 +248,9 @@ void event_process(XEvent *e) /* secret magic way of event_process telling us that no client was found for the FocusIn event */ if (fi.xfocus.window == None) - focus_set_client(NULL); + focus_fallback(FALSE); } else - focus_set_client(NULL); + focus_fallback(FALSE); } break; case EnterNotify: |
