X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=b6b727fed52fe4fb7d692a6304f5117d9dabf21c;hb=d138c95b1f4dad365548a9d77321f626ef704c90;hp=6622a55e4de90b0f6150f8b6673a663ff9ddca7c;hpb=ac647cc1aa823dd59b600245e5cc014ae85e1ce9;p=xboard.git diff --git a/common.h b/common.h index 6622a55..b6b727f 100644 --- a/common.h +++ b/common.h @@ -321,6 +321,7 @@ typedef enum { VariantSuper, VariantGreat, VariantTwilight, + VariantMakruk, VariantUnknown /* Catchall for other unknown variants */ } VariantClass; @@ -363,6 +364,7 @@ typedef enum { "super",\ "great",\ "twilight",\ + "makruk",\ "unknown" \ } @@ -636,7 +638,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) */