X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=f2cb9e961771789e430968abea1e8e96ac0d934e;hb=e5def9697edb19cb56e4ef3de341168c598e42bb;hp=6340c504b3cd9ef7511d92ea2f42e6d8b2706dbc;hpb=8ee0292f69ffa3ebef03640cc5944d9c60e86bb8;p=xboard.git diff --git a/common.h b/common.h index 6340c50..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;