From b190fb6bb6dffca826e48748817f52b9f3ae7c54 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 9 May 2007 00:22:10 +0000 Subject: [PATCH] compile fix --- openbox/menu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/menu.h b/openbox/menu.h index 7987f96e..990e946c 100644 --- a/openbox/menu.h +++ b/openbox/menu.h @@ -43,7 +43,7 @@ typedef gboolean (*ObMenuUpdateFunc)(struct _ObMenuFrame *frame, gpointer data); typedef void (*ObMenuExecuteFunc)(struct _ObMenuEntry *entry, struct _ObMenuFrame *frame, - ObClient *client, + struct _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 -- 2.39.2