X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=7dce83f9cc26257ad8d3c091ee5ddb86bad9dcfe;hb=c5efa5dc689bf9b1119291afe2110a3df7619e75;hp=1c32c35cf083bc527779c7abc9dc1fe7b3d3f28a;hpb=c856b0337e03ec6ef848a1eae6f33c2071683133;p=xboard.git diff --git a/frontend.h b/frontend.h index 1c32c35..7dce83f 100644 --- a/frontend.h +++ b/frontend.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * @@ -106,6 +106,8 @@ void PlayIcsDrawSound P((void)); void PlayIcsUnfinishedSound P((void)); void PlayAlarmSound P((void)); void PlayTellSound P((void)); +void PlaySound P((char *name)); +void PlaySoundByColor P((void)); void EchoOn P((void)); void EchoOff P((void)); void Raw P((void)); @@ -190,6 +192,7 @@ void EditTagsPopUp P((char *tags, char **dest)); void TagsPopUp P((char *tags, char *msg)); void TagsPopDown P((void)); +void ParseIcsTextColors P((void)); void ICSInitScript P((void)); void StartAnalysisClock P((void)); void EngineOutputPopUp P((void)); @@ -208,11 +211,14 @@ void HistorySet P((char movelist[][2*MOVE_LEN], int first, int last, int current void FreezeUI P((void)); void ThawUI P((void)); void ChangeDragPiece P((ChessSquare piece)); +void CopyFENToClipboard P((void)); extern char *programName; extern int commentUp; extern char *firstChessProgramNames; void GreyRevert P((Boolean grey)); +void MarkMenuItem P((char *menuRef, int state)); +void EnableMenuItem P((char *menuRef, int state)); typedef struct FrontEndProgramStats_TAG { int which;