X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=a195f2e879a9b7afa504c2076a8891fe5332151c;hb=refs%2Fheads%2Fv4.9.x;hp=8bdf5583410e9be006ec177aa562e08a56b25fb0;hpb=8bafdd17133b7db1812f17181f370bbf88bfc6fb;p=xboard.git diff --git a/frontend.h b/frontend.h index 8bdf558..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,6 +216,7 @@ 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; @@ -245,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));