X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=e62b9b180d029032aaa2c36c338b93bfa7eb1bd9;hb=fa0b5dc72a61501a0d043f7dea8aae6b865060c5;hp=c9f14bc6f91ae19cf213dc5cba50663c7c27e75a;hpb=a009a27e8c1e0bfa818f12fdcae675d0babc510a;p=xboard.git diff --git a/backend.h b/backend.h index c9f14bc..e62b9b1 100644 --- a/backend.h +++ b/backend.h @@ -405,6 +405,7 @@ typedef struct XB_CPS { void *programLogo; /* [HGM] logo: bitmap of the logo */ char *fenOverride; /* [HGM} FRC: force FEN casling & ep fields by hand */ char userError; /* [HGM] crash: flag to suppress fatal-error messages*/ + char reload; /* [HGM] options: flag to resend options with xreuse */ } ChessProgramState; extern ChessProgramState first, second;