diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-09 03:56:39 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-09 03:56:39 +0000 |
| commit | a76e91eb2a514dbd35ad9a9a81308acc7fc5bd89 (patch) | |
| tree | 3e34edb97e9727ad95c8487585239a321ccf4476 | |
| parent | 24f258e646d454dda7466649c1d40afbe2760859 (diff) | |
update to previous changes
| -rw-r--r-- | openbox/client_list_combined_menu.c | 3 | ||||
| -rw-r--r-- | openbox/client_list_menu.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/openbox/client_list_combined_menu.c b/openbox/client_list_combined_menu.c index fcc95f69..26430f35 100644 --- a/openbox/client_list_combined_menu.c +++ b/openbox/client_list_combined_menu.c @@ -109,7 +109,8 @@ static gboolean self_update(ObMenuFrame *frame, gpointer data) /* 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; diff --git a/openbox/client_list_menu.c b/openbox/client_list_menu.c index 12c16815..351790be 100644 --- a/openbox/client_list_menu.c +++ b/openbox/client_list_menu.c @@ -110,7 +110,8 @@ static gboolean 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, ObMenuFrame *f, + ObClient *c, guint state, gpointer data, Time time) { ObAction *a; |
