From 966cbbc337b0beb4f230a3ba0498dab9b3a59591 Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Mon, 8 Sep 2014 09:22:55 +0200 Subject: [PATCH] Fix GTK font patch --- common.h | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) 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; -- 1.7.0.4