From 8fe0cb8989c1fe12b30b9030b446345f25340d35 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 9 Sep 2003 07:16:38 +0000 Subject: no more interactive mouse actions, they are evil etc. actions now "feel" much more solid. if move/resizing a window while changing workspaces, it will follow. --- openbox/screen.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbox/screen.c') diff --git a/openbox/screen.c b/openbox/screen.c index 656206bf..f109bab2 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -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 */ -- cgit v1.2.3