]> Dogcows Code - chaz/openbox/blobdiff - openbox/client_menu.c
don't raise windows when moving them between desktops in some cases
[chaz/openbox] / openbox / client_menu.c
index ce29db10b5945d0ad0220a507391b8103b74a4bd..cc67a4613568408d7f1e991ac8f93b8f64e85095 100644 (file)
@@ -286,7 +286,7 @@ static void send_to_menu_execute(ObMenuEntry *e, ObMenuFrame *f,
 {
     g_assert(c);
 
-    client_set_desktop(c, e->id, FALSE);
+    client_set_desktop(c, e->id, FALSE, FALSE);
     /* the client won't even be on the screen anymore, so hide the menu */
     if (f)
         menu_frame_hide_all();
This page took 0.021167 seconds and 4 git commands to generate.