From c99bb4a049d29d2546074365ab76cecad4d1f65b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 8 Apr 2003 06:14:53 +0000 Subject: add more options for focus fallback, use an enum for all the types of fallbacks. --- openbox/screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/screen.c') 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); } -- cgit v1.2.3