X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=32e15ddc3a080ee5d575e86dccf1baffbef36f65;hb=a98a889d21403be8361c2abdd41480d5d02674cd;hp=d0144ef58760d9e9ad9c4d614e234acce0c373bc;hpb=35b4d26ced6ea333c02f172c4325b4f58d8c35dc;p=xboard.git diff --git a/backend.h b/backend.h index d0144ef..32e15dd 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));