Implement sweep selection as alternative for the piece menu
[xboard.git] / common.h
index 23f8811..a82fc13 100644 (file)
--- a/common.h
+++ b/common.h
@@ -656,6 +656,7 @@ typedef struct {
     int nrVariations;   /* [HGM] multivar  */
     Boolean dropMenu;   /* [HGM] pv        */
     Boolean markers;    /* [HGM] markers   */
+    Boolean pieceMenu;
 } AppData, *AppDataPtr;
 
 /*  PGN tags (for showing in the game list) */