--- np2/x11/gtk2/gtk_menu.h 2007/01/02 16:43:48 1.3 +++ np2/x11/gtk2/gtk_menu.h 2011/01/15 19:16:59 1.5 @@ -28,6 +28,8 @@ #include "gtk2/xnp2.h" +G_BEGIN_DECLS + GtkWidget *create_menu(void); void xmenu_hide(void); void xmenu_show(void); @@ -47,6 +49,9 @@ typedef struct { } _MENU_HDL, *MENU_HDL; void xmenu_toggle_item(MENU_HDL, const char *, BOOL); +void xmenu_toggle_menu(void); void xmenu_select_screen(UINT8 mode); +G_END_DECLS + #endif /* NP2_GTK2_GTKMENU_H__ */