update to previous changes
authorDana Jansens <danakj@orodu.net>
Wed, 9 May 2007 03:56:39 +0000 (03:56 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 9 May 2007 03:56:39 +0000 (03:56 +0000)
openbox/client_list_combined_menu.c
openbox/client_list_menu.c

index fcc95f6..26430f3 100644 (file)
@@ -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;
index 12c1681..351790b 100644 (file)
@@ -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;