X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=2d8162b64d54aeae768dd72569f2a940b8de8cee;hb=7c9ee0544821f7981792be03e90ba15e9a8aeada;hp=d412462ca706b158daf3d857a482a3c097aae880;hpb=919bb8ce56406c6059ec9d3221d1bc96ad388d1c;p=xboard.git diff --git a/common.h b/common.h index d412462..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;