Implement -autoCopyPV
[xboard.git] / common.h
index a044993..9e1c3dd 100644 (file)
--- a/common.h
+++ b/common.h
@@ -664,6 +664,7 @@ typedef struct {
     int evalThreshold;  /* [HGM] evalGraph */
     Boolean dropMenu;   /* [HGM] pv        */
     Boolean markers;    /* [HGM] markers   */
+    Boolean autoCopyPV;
     Boolean pieceMenu;
     Boolean sweepSelect;
     Boolean whitePOV;
@@ -684,6 +685,7 @@ typedef struct {
     int seedBase;
     Boolean roundSync;
     Boolean cycleSync;
+    Boolean numberTag;
 } AppData, *AppDataPtr;
 
 /*  PGN tags (for showing in the game list) */