From 6e93be1d2e07ace0c21bc040cfb2e4890667d033 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 20 Jun 2003 00:05:51 +0000 Subject: remove non-planar surfaces --- openbox/screen.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/screen.c') diff --git a/openbox/screen.c b/openbox/screen.c index 984010bf..85bf036d 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -336,7 +336,9 @@ void screen_set_desktop(guint num) /* focus the last focused window on the desktop, and ignore enter events from the switch so it doesnt mess with the focus */ while (XCheckTypedEvent(ob_display, EnterNotify, &e)); + g_message("switch fallback"); focus_fallback(Fallback_Desktop); + g_message("/switch fallback"); dispatch_ob(Event_Ob_Desktop, num, old); } -- cgit v1.2.3