Display PV on right-clicking board
[xboard.git] / common.h
index cd21c7e..6622a55 100644 (file)
--- a/common.h
+++ b/common.h
@@ -636,6 +636,7 @@ 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;
 } AppData, *AppDataPtr;
 
 /* [AS] PGN tags (for showing in the game list) */