X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=39745e2ba1a9bbdb785d9fea960ed5206302b936;hb=e80c98c04e951e5026a24531cd6316be962636b9;hp=fe70ff5a553b47f7fdb67b0110c8dc5bd1b9ddbf;hpb=f766634577a899f7aa7dbcdddc90700538ab9cde;p=xboard.git diff --git a/common.h b/common.h index fe70ff5..39745e2 100644 --- a/common.h +++ b/common.h @@ -256,12 +256,8 @@ typedef enum { BlackKingSideCastle, BlackQueenSideCastle, BlackKingSideCastleWild, BlackQueenSideCastleWild, BlackHSideCastleFR, BlackASideCastleFR, - WhitePromotionKnight, WhitePromotionBishop, - WhitePromotionRook, WhitePromotionQueen, WhitePromotionKing, - WhitePromotionChancellor, WhitePromotionArchbishop, WhitePromotionCentaur, - BlackPromotionKnight, BlackPromotionBishop, - BlackPromotionRook, BlackPromotionQueen, BlackPromotionKing, - BlackPromotionChancellor, BlackPromotionArchbishop, BlackPromotionCentaur, + WhitePromotion, WhiteNonPromotion, + BlackPromotion, BlackNonPromotion, WhiteCapturesEnPassant, BlackCapturesEnPassant, WhiteDrop, BlackDrop, NormalMove, AmbiguousMove, IllegalMove, ImpossibleMove, @@ -654,7 +650,9 @@ typedef struct { Boolean markers; /* [HGM] markers */ } AppData, *AppDataPtr; -/* [AS] PGN tags (for showing in the game list) */ +/* PGN tags (for showing in the game list) */ +#define LPUSERGLT_SIZE 64 + #define GLT_EVENT 'e' #define GLT_SITE 's' #define GLT_DATE 'd'