Fix gettext macros in option dialogs
[xboard.git] / common.h
index f0e87fb..bb373ff 100644 (file)
--- a/common.h
+++ b/common.h
@@ -403,6 +403,7 @@ typedef struct {
     char *firstHost;
     char *secondHost;
     char *bitmapDirectory;
+    char *soundDirectory;
     char *remoteShell;
     char *remoteUser;
     float timeDelay;
@@ -655,6 +656,8 @@ typedef struct {
     int nrVariations;   /* [HGM] multivar  */
     Boolean dropMenu;   /* [HGM] pv        */
     Boolean markers;    /* [HGM] markers   */
+    Boolean pieceMenu;
+    Boolean sweepSelect;
 } AppData, *AppDataPtr;
 
 /*  PGN tags (for showing in the game list) */