summaryrefslogtreecommitdiff
path: root/openbox/screen.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-11 17:05:07 +0000
committerDana Jansens <danakj@orodu.net>2007-03-11 17:05:07 +0000
commitfe317164865f5a08e18bb0b4fa9519fa4ca48a45 (patch)
tree932b09c355a296dfc3da043b3fff343fe73afa4d /openbox/screen.c
parent62a39c4c70b0ed8e153b0cccac853cc6fded99ba (diff)
fallback to transient parents properly
Diffstat (limited to 'openbox/screen.c')
-rw-r--r--openbox/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/screen.c b/openbox/screen.c
index ca3e1273..d97a732b 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);
+ focus_hilite = focus_fallback_target(OB_FOCUS_FALLBACK_NOFOCUS, NULL);
if (focus_hilite) {
frame_adjust_focus(focus_hilite->frame, TRUE);