X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=f2cb9e961771789e430968abea1e8e96ac0d934e;hb=e5def9697edb19cb56e4ef3de341168c598e42bb;hp=132c48db75f7b676d3d35a939b8f046ec8f8ee3a;hpb=55cafba6c2f03dec96d41f7a85c03d4cd641190a;p=xboard.git diff --git a/common.h b/common.h index 132c48d..f2cb9e9 100644 --- a/common.h +++ b/common.h @@ -529,10 +529,12 @@ typedef struct { char *clockFont; char *messageFont; /* WinBoard only */ char *coordFont; - char *font; /* xboard only: all other fonts */ - char *tagsFont; /* WinBoard only */ - char *commentFont; /* WinBoard only */ - char *icsFont; /* WinBoard only */ + char *font; /* xboard only */ + char *tagsFont; + char *commentFont; + char *historyFont; + char *gameListFont; + char *icsFont; Boolean ringBellAfterMoves; Boolean autoCallFlag; Boolean flipView; @@ -736,6 +738,8 @@ typedef struct { int dateThreshold; int searchMode; int stretch; + int minPieces; + int maxPieces; Boolean ignoreColors; Boolean findMirror; char *userName;