]> Dogcows Code - chaz/openbox/blobdiff - openbox/client_list_menu.c
add the activate action. it will replace the focus action, as it can just focus witho...
[chaz/openbox] / openbox / client_list_menu.c
index 512cb3e8dd63cb164c4499a2a207ba8d7cf544cb..8f8beed585b0e7ff855055e45d2850bdda7d48fa 100644 (file)
@@ -98,7 +98,7 @@ static void desk_menu_execute(ObMenuEntry *self, ObMenuFrame *f,
 {
     if (self->id == -1) {
         if (self->data.normal.data) /* it's set to NULL if its destroyed */
-            client_activate(self->data.normal.data, FALSE, TRUE);
+            client_activate(self->data.normal.data, FALSE, TRUE, TRUE, TRUE);
     }
     else
         screen_set_desktop(self->id, TRUE);
This page took 0.021474 seconds and 4 git commands to generate.