Indicate squares a lifted piece can legally move to
[xboard.git] / common.h
index 6622a55..0950811 100644 (file)
--- a/common.h
+++ b/common.h
@@ -636,7 +636,8 @@ typedef struct {
     Boolean useInternalWrap; /* use internal wrapping -- noJoin usurps this if set */
     Boolean pasteSelection; /* paste X selection instead of clipboard */
     int nrVariations;   /* [HGM] multivar  */
-    Boolean dropMenu;
+    Boolean dropMenu;   /* [HGM] pv        */
+    Boolean markers;    /* [HGM] markers   */
 } AppData, *AppDataPtr;
 
 /* [AS] PGN tags (for showing in the game list) */