X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=7b6c08e1d321a44e572ce3accc2c486808a7d2b7;hb=ca87afb87619efbaa94fe045670bc916e9ffe3ec;hp=f02835f189bf84db2a95224a09de0a391e3ea593;hpb=08c9436657f0649356c3b16d8cb8cafb0a3b8c31;p=xboard.git diff --git a/backend.h b/backend.h index f02835f..7b6c08e 100644 --- a/backend.h +++ b/backend.h @@ -93,7 +93,7 @@ extern int gotPremove; extern GameMode gameMode; -extern int pausing, cmailMsgLoaded, flipView; +extern int pausing, cmailMsgLoaded, flipView, mute; extern char white_holding[], black_holding[]; extern int currentMove, backwardMostMove, forwardMostMove; extern int blackPlaysFirst; @@ -167,7 +167,7 @@ void BookEvent P((void)); void AboutGameEvent P((void)); void ExitEvent P((int status)); char *DefaultFileName P((char *)); -ChessMove UserMoveTest P((int fromX, int fromY, int toX, int toY, int promoChar)); +ChessMove UserMoveTest P((int fromX, int fromY, int toX, int toY, int promoChar, Boolean captureOwn)); void UserMoveEvent P((int fromX, int fromY, int toX, int toY, int promoChar)); void DecrementClocks P((void)); char *TimeString P((long millisec)); @@ -189,6 +189,8 @@ void GetMoveListEvent P((void)); void ExitAnalyzeMode P((void)); void AnalyzeModeEvent P((void)); void AnalyzeFileEvent P((void)); +void InitPosition P((int redraw)); +void NewSettingEvent P((int option, char *command, int value)); void DoEcho P((void)); void DontEcho P((void)); void TidyProgramName P((char *prog, char *host, char *buf)); @@ -200,6 +202,8 @@ Boolean ParseOneMove P((char *move, int moveNum, char *VariantName P((VariantClass v)); VariantClass StringToVariant P((char *e)); double u64ToDouble P((u64 value)); +void OutputChatMessage P((int partner, char *mess)); + char *StrStr P((char *string, char *match)); char *StrCaseStr P((char *string, char *match)); @@ -254,8 +258,8 @@ char * GameListLineFull P(( int, GameInfo *)); extern char* StripHighlight P((char *)); /* returns static data */ extern char* StripHighlightAndTitle P((char *)); /* returns static data */ - -typedef enum { CheckBox, ComboBox, TextBox, Button, Spin, +extern void ics_update_width P((int new_width)); +typedef enum { CheckBox, ComboBox, TextBox, Button, Spin, ResetButton, SaveButton, FileName, PathName, Slider, Message } Control; typedef struct _OPT { // [HGM] options: descriptor of UCI-style option