X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=43a479d22418da53363784e59f7463d927df03ce;hb=e59f2b1735fb0ef47b63a1fc560edcc58826ef58;hp=840dda3bd95d5bfa8246b61a86b3f81481f2746a;hpb=ea750683ac62717dd7346de17b5ae072622ff92a;p=xboard.git diff --git a/backend.h b/backend.h index 840dda3..43a479d 100644 --- a/backend.h +++ b/backend.h @@ -326,6 +326,7 @@ typedef struct _CPS { Option option[MAX_OPTIONS]; int comboCnt; char *comboList[10*MAX_OPTIONS]; + char *optionSettings; void *programLogo; /* [HGM] logo: bitmap of the logo */ } ChessProgramState;