X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmenu.h;h=6d4bbd472c3748e29ebc8dc2ceb63edd8c647074;hb=3c4e59d59733fb72e5b5f089b3eaabbee8ff9e7e;hp=7987f96e88feb98528deb21ee6f554219b124ebd;hpb=f0fdba8ad36010280fc84c2425010c195b76562a;p=chaz%2Fopenbox diff --git a/openbox/menu.h b/openbox/menu.h index 7987f96e..6d4bbd47 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 @@ -116,6 +116,7 @@ struct _ObNormalMenuEntry { /* Icon shit */ gint icon_width; gint icon_height; + gint icon_alpha; RrPixel32 *icon_data; /* Mask icon */