Make XBoard grant- and revoke-rights buttons work
[xboard.git] / common.h
index a5577e2..d15c45e 100644 (file)
--- a/common.h
+++ b/common.h
@@ -236,6 +236,7 @@ typedef enum {
     BlackSilver, BlackFalcon, BlackLance, BlackCobra, BlackUnicorn, BlackKing,
     EmptySquare, 
     NoRights, // [HGM] gamestate: for castling rights hidden in board[CASTLING]
+    GrantRights, // [HGM] promopopup: for EditPosition menu
     ClearBoard, WhitePlay, BlackPlay, PromotePiece, DemotePiece /*for use on EditPosition menus*/
   } ChessSquare;