]> 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 936c31255860bf77c1e871fced4ff268dadac77d..8f8beed585b0e7ff855055e45d2850bdda7d48fa 100644 (file)
@@ -94,12 +94,11 @@ static gboolean desk_menu_update(ObMenuFrame *frame, gpointer data)
 }
 
 static void desk_menu_execute(ObMenuEntry *self, ObMenuFrame *f,
-                              ObClient *c, guint state, gpointer data,
-                              Time time)
+                              ObClient *c, guint state, gpointer data)
 {
     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.022323 seconds and 4 git commands to generate.