all repos — openbox @ a76e91eb2a514dbd35ad9a9a81308acc7fc5bd89

openbox fork - make it a bit more like ryudo

update to previous changes
Dana Jansens danakj@orodu.net
commit

a76e91eb2a514dbd35ad9a9a81308acc7fc5bd89

parent

24f258e646d454dda7466649c1d40afbe2760859

2 files changed, 4 insertions(+), 2 deletions(-)

jump to
M openbox/client_list_combined_menu.copenbox/client_list_combined_menu.c

@@ -109,7 +109,8 @@ }

/* 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;
M openbox/client_list_menu.copenbox/client_list_menu.c

@@ -110,7 +110,8 @@ }

/* 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, ObMenuFrame *f, + ObClient *c, guint state, gpointer data, Time time) { ObAction *a;