]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
try again. merge r6177-6182 from 3.4-working
[chaz/openbox] / openbox / screen.c
index 19e18a219c1855d349cb1d08686a53e4a6a755c5..d48d0dda2284fc6b1ec80cd1bfcf7a8de93ff3cb 100644 (file)
@@ -438,7 +438,7 @@ void screen_set_num_desktops(guint num)
     for (it = client_list; it; it = g_list_next(it)) {
         ObClient *c = it->data;
         if (c->desktop >= num && c->desktop != DESKTOP_ALL)
-            client_set_desktop(c, num - 1, FALSE, FALSE);
+            client_set_desktop(c, num - 1, FALSE);
     }
  
     /* change our struts/area to match (after moving windows) */
@@ -473,7 +473,7 @@ void screen_set_desktop(guint num, gboolean dofocus)
     ob_debug("Moving to desktop %d\n", num+1);
 
     if (moveresize_client)
-        client_set_desktop(moveresize_client, num, TRUE, FALSE);
+        client_set_desktop(moveresize_client, num, TRUE);
 
     /* show windows before hiding the rest to lessen the enter/leave events */
 
This page took 0.0205920000000001 seconds and 4 git commands to generate.