]> Dogcows Code - chaz/openbox/blobdiff - openbox/event.c
add an allDesktops option to Next/PreviousWindow to alt-tab across all desktops.
[chaz/openbox] / openbox / event.c
index 5ef329c3e9e46a603efb1ce362e92a2bf22bcb7d..2dcb6af2f220e1811294ae1533273ad0e3bc3935 100644 (file)
@@ -442,7 +442,7 @@ static void event_process(const XEvent *ec, gpointer data)
             if (XCheckIfEvent(ob_display, &ce, look_for_focusin, NULL)) {
                 XPutBackEvent(ob_display, &ce);
                 ob_debug_type(OB_DEBUG_FOCUS,
-                              "  but another FocusIn is coming\n)");
+                              "  but another FocusIn is coming\n");
             } else {
                 /* Focus has been reverted to the root window, nothing, or to
                    our frame window.
@@ -591,7 +591,7 @@ static void event_handle_root(XEvent *e)
                     ob_debug_type(OB_DEBUG_APP_BUGS,
                                   "_NET_CURRENT_DESKTOP message is missing "
                                   "a timestamp\n");
-                screen_set_desktop(d);
+                screen_set_desktop(d, TRUE);
             }
         } else if (msgtype == prop_atoms.net_number_of_desktops) {
             guint d = e->xclient.data.l[0];
This page took 0.022634 seconds and 4 git commands to generate.