X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient_list_menu.c;h=8f8beed585b0e7ff855055e45d2850bdda7d48fa;hb=c62fefb0677aaf4dd5f13fc91a0261711507fab8;hp=936c31255860bf77c1e871fced4ff268dadac77d;hpb=780d1b0961e2eed5fea4645b4398fafb4adad73a;p=chaz%2Fopenbox diff --git a/openbox/client_list_menu.c b/openbox/client_list_menu.c index 936c3125..8f8beed5 100644 --- a/openbox/client_list_menu.c +++ b/openbox/client_list_menu.c @@ -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);