X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=20639c791c725de476cc3d62a2643d8c59dfc2cf;hb=07e40ad61ebfa90a74b8b46103d57d5094dac92d;hp=d0144ef58760d9e9ad9c4d614e234acce0c373bc;hpb=35b4d26ced6ea333c02f172c4325b4f58d8c35dc;p=xboard.git diff --git a/backend.h b/backend.h index d0144ef..20639c7 100644 --- a/backend.h +++ b/backend.h @@ -205,6 +205,9 @@ void GetMoveListEvent P((void)); void ExitAnalyzeMode P((void)); void AnalyzeModeEvent P((void)); void AnalyzeFileEvent P((void)); +void MatchEvent P((int mode)); +void TypeInEvent P((char first)); +void TypeInDoneEvent P((char *move)); void InitPosition P((int redraw)); void NewSettingEvent P((int option, int *feature, char *command, int value)); int WaitForSecond P((DelayedEventCallback x)); @@ -228,6 +231,7 @@ Boolean LoadPV P((int x, int y)); Boolean LoadMultiPV P((int x, int y, char *buf, int index, int *start, int *end)); void UnLoadPV P(()); void MovePV P((int x, int y, int h)); +int PromoScroll P((int x, int y)); char *StrStr P((char *string, char *match)); char *StrCaseStr P((char *string, char *match)); @@ -277,6 +281,7 @@ typedef struct _ListGame { extern ChessSquare gatingPiece; extern List gameList; +extern int lastLoadGameNumber; void ClearGameInfo P((GameInfo *)); int GameListBuild P((FILE *)); void GameListInitGameInfo P((GameInfo *));