X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmenuframe.h;h=1d5dd0cb11b3d13b1ebe7e0a04de388ddf0d9103;hb=435df32acc55a3bc4cc8f9ba954ae21b65c7c69d;hp=1b1dcc703f73eebffffdb03f0a6f9aff0c6ec1bd;hpb=d409936faae594df7854b5b42ff707315ca33086;p=chaz%2Fopenbox diff --git a/openbox/menuframe.h b/openbox/menuframe.h index 1b1dcc70..1d5dd0cb 100644 --- a/openbox/menuframe.h +++ b/openbox/menuframe.h @@ -38,7 +38,7 @@ extern GList *menu_frame_visible; struct _ObMenuFrame { /* stuff to be an ObWindow */ - Window_InternalType type; + ObWindow obwin; Window window; struct _ObMenu *menu; @@ -117,7 +117,7 @@ gboolean menu_frame_show_topmenu(ObMenuFrame *self, gint x, gint y, gboolean menu_frame_show_submenu(ObMenuFrame *self, ObMenuFrame *parent, ObMenuEntryFrame *parent_entry); -void menu_frame_hide_all(); +void menu_frame_hide_all(void); void menu_frame_hide_all_client(struct _ObClient *client); void menu_frame_render(ObMenuFrame *self);