compile fix
This commit is contained in:
parent
7869b81d46
commit
b190fb6bb6
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ typedef gboolean (*ObMenuUpdateFunc)(struct _ObMenuFrame *frame,
|
||||||
gpointer data);
|
gpointer data);
|
||||||
typedef void (*ObMenuExecuteFunc)(struct _ObMenuEntry *entry,
|
typedef void (*ObMenuExecuteFunc)(struct _ObMenuEntry *entry,
|
||||||
struct _ObMenuFrame *frame,
|
struct _ObMenuFrame *frame,
|
||||||
ObClient *client,
|
struct _ObClient *client,
|
||||||
guint state, gpointer data, Time time);
|
guint state, gpointer data, Time time);
|
||||||
typedef void (*ObMenuDestroyFunc)(struct _ObMenu *menu, gpointer data);
|
typedef void (*ObMenuDestroyFunc)(struct _ObMenu *menu, gpointer data);
|
||||||
/*! @param x is the mouse x coordinate. on return it should be the x coordinate
|
/*! @param x is the mouse x coordinate. on return it should be the x coordinate
|
||||||
|
|
Loading…
Reference in a new issue