Fix bug #45774 (GTK compile bug with ENABLE_NLS)
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 27 Feb 2016 19:37:09 +0000 (20:37 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 27 Feb 2016 19:44:47 +0000 (20:44 +0100)
The declaration of an XFontSet function was not protected by

gtk/xboard.c

index 072b33d..c05d5ab 100644 (file)
@@ -212,11 +212,13 @@ RETSIGTYPE CmailSigHandler P((int sig));
 RETSIGTYPE IntSigHandler P((int sig));
 RETSIGTYPE TermSizeSigHandler P((int sig));
 char *InsertPxlSize P((char *pattern, int targetPxlSize));
+#ifdef TODO_GTK
 #if ENABLE_NLS
 XFontSet CreateFontSet P((char *base_fnt_lst));
 #else
 char *FindFont P((char *pattern, int targetPxlSize));
 #endif
+#endif
 void DelayedDrag P((void));
 void ICSInputBoxPopUp P((void));
 void MoveTypeInProc P((GdkEventKey *eventkey));