update to previous changes
This commit is contained in:
parent
24f258e646
commit
a76e91eb2a
2 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue