X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fclient_list_combined_menu.c;h=26430f35e05c0ccebbeb58e15b0188103a986766;hb=9c32f34b3766de01c51bc5d00c17d68804ab2603;hp=9dd56e0a92da85259bc467bbbfab19106a51f755;hpb=e5d6a552a46bce27cbe25c92023094b44c9a8284;p=chaz%2Fopenbox diff --git a/openbox/client_list_combined_menu.c b/openbox/client_list_combined_menu.c index 9dd56e0a..26430f35 100644 --- a/openbox/client_list_combined_menu.c +++ b/openbox/client_list_combined_menu.c @@ -33,7 +33,7 @@ ObMenu *combined_menu; -static void self_update(ObMenuFrame *frame, gpointer data) +static gboolean self_update(ObMenuFrame *frame, gpointer data) { ObMenu *menu = frame->menu; ObMenuEntry *e; @@ -104,11 +104,13 @@ static void self_update(ObMenuFrame *frame, gpointer data) e->data.normal.enabled = FALSE; } } + return TRUE; /* always show the menu */ } /* executes it using the client in the actions, since we set that when we make the actions! */ -static void menu_execute(ObMenuEntry *self, guint state, gpointer data, +static void menu_execute(ObMenuEntry *self, ObMenuFrame *f, + ObClient *c, guint state, gpointer data, Time time) { ObAction *a;