X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=b433e680b93223f2810c2648636d8d4d1990e66f;hb=609da796fb48d746f4672c00d2bd970834258b43;hp=a044993ad9853169cd2b84399ff733370037dd28;hpb=f4cc69edd466fda83f84629f40c086dd2a249616;p=xboard.git diff --git a/common.h b/common.h index a044993..b433e68 100644 --- a/common.h +++ b/common.h @@ -623,6 +623,7 @@ typedef struct { Boolean lowTimeWarning; /* [HGM] low time */ char *lowTimeWarningColor; + char *serverFileName; char *serverMovesName; Boolean suppressLoadMoves; int serverPause; @@ -664,6 +665,7 @@ typedef struct { int evalThreshold; /* [HGM] evalGraph */ Boolean dropMenu; /* [HGM] pv */ Boolean markers; /* [HGM] markers */ + Boolean autoCopyPV; Boolean pieceMenu; Boolean sweepSelect; Boolean whitePOV; @@ -684,6 +686,7 @@ typedef struct { int seedBase; Boolean roundSync; Boolean cycleSync; + Boolean numberTag; } AppData, *AppDataPtr; /* PGN tags (for showing in the game list) */