]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
add an allDesktops option to Next/PreviousWindow to alt-tab across all desktops.
[chaz/openbox] / openbox / client.c
index c18139fbde72bd8c918889e9beecbc90b326de73..0caaa4b54a2484a04f97c2836c476b3b0b7b4662 100644 (file)
@@ -3297,7 +3297,7 @@ static void client_present(ObClient *self, gboolean here, gboolean raise)
         if (here)
             client_set_desktop(self, screen_desktop, FALSE);
         else
-            screen_set_desktop(self->desktop);
+            screen_set_desktop(self->desktop, FALSE);
     } else if (!self->frame->visible)
         /* if its not visible for other reasons, then don't mess
            with it */
This page took 0.022724 seconds and 4 git commands to generate.