X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=9cee154e34622a31756f590b752d3d33925e31b5;hb=4f14696c5aa9a10817022fcb4cbaa857e40a176b;hp=0946e3b8201105f2a22461183e414f5a8f91fa10;hpb=039ec08b2e0355d7fdd1cc496f7aa800be51bab3;p=xboard.git diff --git a/frontend.h b/frontend.h index 0946e3b..9cee154 100644 --- a/frontend.h +++ b/frontend.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * @@ -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)); @@ -106,6 +109,7 @@ void EchoOn P((void)); void EchoOff P((void)); void Raw P((void)); void Colorize P((ColorClass cc, int continuation)); +char *InterpretFileName P((char *name, char *dir)); char *UserName P((void)); char *HostName P((void)); @@ -169,6 +173,7 @@ void GLT_AddToList( char *name ); Boolean GLT_GetFromList( int index, char *name ); extern char lpUserGLT[]; +extern char *homeDir; /* these are in wgamelist.c */ void GameListPopUp P((FILE *fp, char *filename)); @@ -198,8 +203,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));