]> Dogcows Code - chaz/openbox/blobdiff - openbox/client_list_menu.c
wow... this is a big commit...
[chaz/openbox] / openbox / client_list_menu.c
index 569269a37a9c7f33e527a52dd8ba32fde49d6a49..d703babdf334621d3e0308a964fa7a8b14e6c19e 100644 (file)
@@ -102,13 +102,14 @@ static void desk_menu_update(ObMenuFrame *frame, gpointer data)
 
 /* executes it using the client in the actions, since we set that
    when we make the actions! */
-static void desk_menu_execute(ObMenuEntry *self, guint state, gpointer data)
+static void desk_menu_execute(ObMenuEntry *self, guint state, gpointer data,
+                              Time time)
 {
     ObAction *a;
 
     if (self->data.normal.actions) {
         a = self->data.normal.actions->data;
-        action_run(self->data.normal.actions, a->data.any.c, state);
+        action_run(self->data.normal.actions, a->data.any.c, state, time);
     }
 }
 
This page took 0.02109 seconds and 4 git commands to generate.