summaryrefslogtreecommitdiff
path: root/openbox/screen.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-06-20 00:05:51 +0000
committerDana Jansens <danakj@orodu.net>2003-06-20 00:05:51 +0000
commit6e93be1d2e07ace0c21bc040cfb2e4890667d033 (patch)
tree6cfd6a3574159cdd0b7d1bc66f439ffd6fb90b1d /openbox/screen.c
parent438924b2ad22f6935514bcd4e15d20e73ab004cb (diff)
remove non-planar surfaces
Diffstat (limited to 'openbox/screen.c')
-rw-r--r--openbox/screen.c2
1 files changed, 2 insertions, 0 deletions
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);
}