X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=blobdiff_plain;f=menus.h;h=94783714a729df513cbcec0610d9f82d8815b6f1;hp=bc6c50427e3078cf9268d92eb4702324319d7230;hb=HEAD;hpb=e5876bb39d5f30d92865ff5f37b0b60f15e4fa87 diff --git a/menus.h b/menus.h index bc6c504..9478371 100644 --- a/menus.h +++ b/menus.h @@ -5,7 +5,8 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Free + * Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: @@ -55,6 +56,7 @@ typedef void MenuProc P((void)); typedef struct { char *string; + char *accel; char *ref; MenuProc *proc; void *handle; @@ -160,9 +162,13 @@ void SaveOptionsProc P((void)); void SaveSettings P((char *)); void EditBookProc P((void)); void InitMenuMarkers P((void)); +void FontsProc P((void)); void ShowGameListProc P((void)); // in ngamelist.c void HistoryShowProc P((void)); // in nhistory.c +// only here because it is the only header shared by xoptions.c and usystem.c +void SetTextColor P((char **cnames, int fg, int bg, int attr)); +void ConsoleWrite P((char *message, int count)); // must be moved to xengineoutput.h @@ -180,6 +186,8 @@ void EnableButtonBar P((int state)); char *ModeToWidgetName P((GameMode mode)); void CreateAnimVars P((void)); void CopySomething P((char *s)); +void EditAnyPopUp P((char *tags, char **dest, char *title)); + extern char *gameCopyFilename, *gamePasteFilename;