X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=ae2baf5cda92662e3e2c69e3fcf9b7fbd256e1d8;hb=1059c12cf5d52a4f1934ab40e0d92801fdc5988f;hp=561a0b32862e38f176a5322a7b964788e5beb57e;hpb=657beffbe986b3969f625dfe25203dae521ba797;p=xboard.git diff --git a/backend.h b/backend.h index 561a0b3..ae2baf5 100644 --- a/backend.h +++ b/backend.h @@ -97,6 +97,7 @@ #include "lists.h" #include "frontend.h" +extern char *wbOptions; extern int gotPremove; extern GameMode gameMode; extern int matchMode; @@ -317,7 +318,7 @@ extern Boolean set_cont_sequence P((char *new_seq)); extern int wrap P((char *dest, char *src, int count, int width, int *lp)); int Explode P((Board board, int fromX, int fromY, int toX, int toY)); -typedef enum { CheckBox, ComboBox, TextBox, Button, Spin, ResetButton, SaveButton, +typedef enum { CheckBox, ComboBox, TextBox, Button, Spin, ResetButton, SaveButton, ListBox, FileName, PathName, Slider, Message, Fractional, Label, Break, EndMark } Control; /* Flags Option.min used for ComboBox: */ @@ -371,6 +372,7 @@ typedef struct _CPS { int sendName; /* 0=don't use "name" command; 1=do */ int sdKludge; /* 0=use "sd DEPTH" command; 1=use "depth\nDEPTH" */ int stKludge; /* 0=use "st TIME" command; 1=use "level 1 TIME" */ + int excludeMoves;/* 0=don't use "exclude" command; 1=do */ char tidy[MSG_SIZ]; int matchWins; char variants[MSG_SIZ]; @@ -436,6 +438,7 @@ extern ChessProgramStats programStats; extern int opponentKibitzes; // used by wengineo.c extern int errorExitStatus; extern char *recentEngines; +extern char *comboLine; void SettingsPopUp P((ChessProgramState *cps)); // [HGM] really in front-end, but CPS not known in frontend.h int WaitForEngine P((ChessProgramState *cps, DelayedEventCallback x)); void Load P((ChessProgramState *cps, int n));