X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=fbc2e9cfd5a8c0a54b7eaf0ae4209a58684556ca;hb=7ff7ad1f77f21f7171b3952422dab921c4b198e5;hp=16d1f5b71eae04325afe693664d56146a3a66470;hpb=d8c99d55344dd396bf192effbeb379f6ef87e6cf;p=xboard.git diff --git a/frontend.h b/frontend.h index 16d1f5b..fbc2e9c 100644 --- a/frontend.h +++ b/frontend.h @@ -80,6 +80,7 @@ void DisplayIcsInteractionTitle P((String title)); void ParseArgsFromString P((char *p)); void ParseArgsFromFile P((FILE *f)); void DrawPosition P((int fullRedraw, Board board)); +void DrawPositionX P((int fullRedraw, Board board)); void ResetFrontEnd P((void)); void NotifyFrontendLogin P((void)); void CommentPopUp P((String title, String comment)); @@ -216,6 +217,7 @@ extern char *programName; extern int commentUp; extern char *firstChessProgramNames; extern char *icsTextMenuString; +extern int mute; void GreyRevert P((Boolean grey)); void EnableNamedMenuItem P((char *menuRef, int state)); @@ -244,6 +246,7 @@ int EvalGraphDialogExists P((void)); void SlavePopUp P((void)); void ActivateTheme P((int new)); char *Col2Text P((int n)); +char *Shorten P((char *s)); /* these are in xhistory.c */ Boolean MoveHistoryIsUp P((void));