X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=2d8162b64d54aeae768dd72569f2a940b8de8cee;hb=4ee59290014c82e30c7bcee46f34298488bbe43e;hp=b433e680b93223f2810c2648636d8d4d1990e66f;hpb=d628e1610653266459dfec9aad86aa6615ea886a;p=xboard.git diff --git a/common.h b/common.h index b433e68..2d8162b 100644 --- a/common.h +++ b/common.h @@ -384,6 +384,8 @@ typedef struct { char *jailSquareColor; char *highlightSquareColor; char *premoveHighlightColor; + char *dialogColor; + char *buttonColor; #else int whitePieceColor; int blackPieceColor; @@ -461,8 +463,7 @@ typedef struct { Boolean autoComment; Boolean getMoveList; Boolean testLegality; - int borderXoffset; /* xboard only */ - int borderYoffset; /* xboard only */ + Boolean topLevel; /* xboard, top-level auxiliary windows */ Boolean titleInWindow; /* xboard only */ Boolean localLineEditing; /* WinBoard only */ Boolean zippyTalk; @@ -654,6 +655,7 @@ typedef struct { char *fenOverride[ENGINES]; char *features[ENGINES]; char *featureDefaults; + char *sysOpen; Boolean keepAlive; /* [HGM] alive */ Boolean forceIllegal;/*[HGM] illegal */ Boolean noJoin; /* [HGM] join */