diff options
Diffstat (limited to 'openbox/client_list_menu.c')
| -rw-r--r-- | openbox/client_list_menu.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/openbox/client_list_menu.c b/openbox/client_list_menu.c index 569269a3..d703babd 100644 --- a/openbox/client_list_menu.c +++ b/openbox/client_list_menu.c @@ -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); } } |
