diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-03-12 02:41:34 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-03-12 02:41:34 +0000 |
| commit | 52176d1485e77ba3280ba210b4503eca20928af6 (patch) | |
| tree | 96c5e99076860651fd1423f6703202e0972c5436 /openbox/screen.c | |
| parent | d113b9f33fb7031add7026d123f34b31888d7411 (diff) | |
roll back focus fallback change, so it behaves well with new stacking
Diffstat (limited to 'openbox/screen.c')
| -rw-r--r-- | openbox/screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/screen.c b/openbox/screen.c index 053757f7..0a5bf2d1 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -465,7 +465,7 @@ void screen_set_desktop(guint num) event_ignore_queued_enters(); - focus_hilite = focus_fallback_target(OB_FOCUS_FALLBACK_NOFOCUS, NULL); + focus_hilite = focus_fallback_target(OB_FOCUS_FALLBACK_NOFOCUS); if (focus_hilite) { frame_adjust_focus(focus_hilite->frame, TRUE); |
