X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fscreen.c;h=85bf036d44b488f13a62e3fb659721507bffe07b;hb=cd12a2eae5b5b72df08d588ac71d1f6cf6725dfb;hp=984010bf13ddcc516eda336e943acbb71fda2678;hpb=68cc6e30b8d985d95016668a29aa273a75ce6d44;p=chaz%2Fopenbox 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); }