X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=2263fde09508e2188680bbffcd236ec18f4ef67c;hb=7288da5975470845bb83ff718b8d53b7510fc543;hp=490ef8c8bd8ee7f6daa8cdec77b76c746f3699f1;hpb=b382d988c6f886f3a49483df9e3e36de0b6b0824;p=xboard.git diff --git a/frontend.h b/frontend.h index 490ef8c..2263fde 100644 --- a/frontend.h +++ b/frontend.h @@ -83,6 +83,8 @@ void DisplayNote P((String message)); void AskQuestion P((String title, String question, String replyPrefix, ProcRef pr)); void DisplayIcsInteractionTitle P((String title)); +void ParseArgsFromString P((char *p)); +void ParseArgsFromFile P((FILE *f)); void DrawPosition P((int fullRedraw, Board board)); void ResetFrontEnd P((void)); void NotifyFrontendLogin P((void)); @@ -95,6 +97,7 @@ void DrawSeekAxis P(( int x, int y, int xTo, int yTo )); void DrawSeekBackground P(( int left, int top, int right, int bottom )); void DrawSeekText P((char *buf, int x, int y)); void DrawSeekDot P((int x, int y, int color)); +void PopUpMoveDialog P((char first)); void RingBell P((void)); void PlayIcsWinSound P((void)); @@ -198,8 +201,10 @@ void AnimateMove P((Board board, int fromX, int fromY, int toX, int toY)); 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)); extern char *programName; extern int commentUp; +extern char *firstChessProgramNames; void GreyRevert P((Boolean grey));