summaryrefslogtreecommitdiff
path: root/openbox/screen.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-08 06:14:53 +0000
committerDana Jansens <danakj@orodu.net>2003-04-08 06:14:53 +0000
commitc99bb4a049d29d2546074365ab76cecad4d1f65b (patch)
treed7e7ee3bf35428b5a1a92f9967363a36661c422c /openbox/screen.c
parent40bfb2b6e5249608f6f7d0c8012ca44f67883843 (diff)
add more options for focus fallback, use an enum for all the types of fallbacks.
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 3145a63c..4b551b7e 100644
--- a/openbox/screen.c
+++ b/openbox/screen.c
@@ -290,7 +290,7 @@ void screen_set_desktop(guint num)
from the switch so it doesnt mess with the focus */
XSync(ob_display, FALSE);
while (XCheckTypedEvent(ob_display, EnterNotify, &e));
- focus_fallback(TRUE);
+ focus_fallback(Fallback_Desktop);
dispatch_ob(Event_Ob_Desktop, num, old);
}