X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=ae2baf5cda92662e3e2c69e3fcf9b7fbd256e1d8;hb=431df5521062e06be156dcf7a33332b0a5e0010e;hp=8fc885a11dabe888f202597c4629cd1d7788fead;hpb=1514fbc6e388eb410d72a5c58a2cb371d2be0d7c;p=xboard.git diff --git a/backend.h b/backend.h index 8fc885a..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: */