Add -dialogColor and -buttonColor options
[xboard.git] / common.h
index 236a69d..2d8162b 100644 (file)
--- 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;