--- np2/x11/gtk/Attic/gtk_menu.h 2004/06/16 12:50:49 1.2 +++ np2/x11/gtk/Attic/gtk_menu.h 2005/03/12 12:36:40 1.5 @@ -10,8 +10,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -53,10 +51,11 @@ enum { TOOL_WINDOW, KEY_DISPLAY, SOFT_KBD, + JAST_SOUND, NUM_TOGGLE_ITEMS }; -GtkWidget *create_menu(GtkWidget *); +GtkWidget *create_menu(void); void xmenu_toggle_item(int, int, int); void xmenu_select_item(MENU_HDL, const char *);