Start implementing rights control in Edit Position mode
[xboard.git] / common.h
index 6c2a60f..c557257 100644 (file)
--- a/common.h
+++ b/common.h
@@ -553,6 +553,7 @@ typedef struct {
     char *historyFont;
     char *gameListFont;
     char *icsFont;
+    int analysisBell;
     Boolean ringBellAfterMoves;
     Boolean autoCallFlag;
     Boolean flipView;
@@ -801,6 +802,7 @@ typedef struct {
     char *message;
     char *suppress;
     char *fen;
+    char *men;
     char *tourneyFile;
     char *defName;
     char *processes;