]> Dogcows Code - chaz/openbox/commitdiff
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 fcc95f69dfc1aa1cf4a3eb1ad04c256f0ed70048..26430f35e05c0ccebbeb58e15b0188103a986766 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 12c16815a432fd8899a6139d8a8ab54072dfa371..351790be7b9c14e3932551443c7b413980e81b89 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;
This page took 0.026833 seconds and 4 git commands to generate.