]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
no more interactive mouse actions, they are evil etc. actions now "feel" much more...
[chaz/openbox] / openbox / screen.c
index 656206bf712d94420821126f69a85564112ba1d4..f109bab2bbe06e9a51bc3f5e89211e3303f407d6 100644 (file)
@@ -5,6 +5,7 @@
 #include "prop.h"
 #include "grab.h"
 #include "startupnotify.h"
+#include "moveresize.h"
 #include "config.h"
 #include "screen.h"
 #include "client.h"
@@ -410,6 +411,9 @@ void screen_set_desktop(guint num)
 
     ob_debug("Moving to desktop %d\n", num+1);
 
+    if (moveresize_client)
+        client_set_desktop(moveresize_client, num, TRUE);
+
     /* show windows before hiding the rest to lessen the enter/leave events */
 
     /* show windows from top to bottom */
This page took 0.024004 seconds and 4 git commands to generate.