diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-30 20:53:00 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-30 20:53:00 +0000 |
| commit | 467b7f4d4d52b8e1cefade20ddf13e65aae314ce (patch) | |
| tree | 2273a9fa5a847a80d6497d1c22ee746b895de05d /openbox/event.c | |
| parent | 4ff0d49cc78269d1d34ef27af037f10397d18412 (diff) | |
make it possible to iconify a modal window when its parent is the only window left on the desktop.
when focus falls off of a window, don't allow focus to go back to that same target - when a window is iconified is the case.
what focus_fallback_target, to check whe allow_refocus is false, check where focus will actually be sent
Diffstat (limited to 'openbox/event.c')
| -rw-r--r-- | openbox/event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/event.c b/openbox/event.c index f5da603b..37910684 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -531,7 +531,7 @@ static void event_process(const XEvent *ec, gpointer data) */ if (!focus_left_screen) - focus_fallback(TRUE, FALSE); + focus_fallback(FALSE, FALSE); } } else if (!client) |
