X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=fbc2e9cfd5a8c0a54b7eaf0ae4209a58684556ca;hb=6af61ce31b024cb65ba65e3b22586bc12839915d;hp=b06484f171a386e9d6d0eeabea5f9ac5af043314;hpb=de1e5c90f7dc200af953878230331fefe4b38ed7;p=xboard.git diff --git a/frontend.h b/frontend.h index b06484f..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)); @@ -215,6 +216,8 @@ void CopyFENToClipboard P((void)); 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)); @@ -243,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));