diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-09 00:11:06 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-09 00:11:06 +0000 |
| commit | f0fdba8ad36010280fc84c2425010c195b76562a (patch) | |
| tree | 3c9030e02b5e14b2e0f0c0c5728c106769a90fb4 /openbox/menu.h | |
| parent | 1361a87bdff4a04c4c5e273bafa7a90c16368b67 (diff) | |
fix no more crashing in the client menu.
Diffstat (limited to 'openbox/menu.h')
| -rw-r--r-- | openbox/menu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/menu.h b/openbox/menu.h index 9fc84bb8..7987f96e 100644 --- a/openbox/menu.h +++ b/openbox/menu.h @@ -42,6 +42,8 @@ typedef void (*ObMenuHideFunc)(struct _ObMenuFrame *frame, gpointer data); typedef gboolean (*ObMenuUpdateFunc)(struct _ObMenuFrame *frame, gpointer data); typedef void (*ObMenuExecuteFunc)(struct _ObMenuEntry *entry, + struct _ObMenuFrame *frame, + ObClient *client, guint state, gpointer data, Time time); typedef void (*ObMenuDestroyFunc)(struct _ObMenu *menu, gpointer data); /*! @param x is the mouse x coordinate. on return it should be the x coordinate |
