X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=a195f2e879a9b7afa504c2076a8891fe5332151c;hb=4176af9f411840bc9806909dcd04f359a72d8629;hp=b06484f171a386e9d6d0eeabea5f9ac5af043314;hpb=de1e5c90f7dc200af953878230331fefe4b38ed7;p=xboard.git diff --git a/frontend.h b/frontend.h index b06484f..a195f2e 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)); @@ -125,6 +126,7 @@ int LoadGameTimerRunning P((void)); int StopLoadGameTimer P((void)); void StartLoadGameTimer P((long millisec)); void AutoSaveGame P((void)); +Boolean ParseSettingsFile P((char *name, char **addr)); void ScheduleDelayedEvent P((DelayedEventCallback cb, long millisec)); DelayedEventCallback GetDelayedEvent P((void)); @@ -214,7 +216,10 @@ void ChangeDragPiece P((ChessSquare piece)); void CopyFENToClipboard P((void)); extern char *programName; extern int commentUp; +extern char *engineListFile; extern char *firstChessProgramNames; +extern char *icsTextMenuString; +extern int mute; void GreyRevert P((Boolean grey)); void EnableNamedMenuItem P((char *menuRef, int state)); @@ -243,6 +248,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));