* gtkutil.c (xg_initialize): Add ifdef HAVE_FREETYPE around
authorJan Djärv <jan.h.d@swipnet.se>
Thu, 10 Jan 2013 17:45:08 +0000 (18:45 +0100)
committerJan Djärv <jan.h.d@swipnet.se>
Thu, 10 Jan 2013 17:45:08 +0000 (18:45 +0100)
x_last_font_name.

Fixes: debbugs:13403

src/ChangeLog
src/gtkutil.c

index 55a233a..dd22c53 100644 (file)
@@ -1,3 +1,8 @@
+2013-01-10  Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
+
+       * gtkutil.c (xg_initialize): Add ifdef HAVE_FREETYPE around
+       x_last_font_name (Bug#13403).
+
 2013-01-10  Dmitry Antipov  <dmantipov@yandex.ru>
 
        Omit buffer_slot_type_mismatch and use generic predicates to enforce
index 95ac04b..6daf189 100644 (file)
@@ -5041,7 +5041,9 @@ xg_initialize (void)
                                 "cancel", 0);
   update_theme_scrollbar_width ();
 
+#ifdef HAVE_FREETYPE
   x_last_font_name = NULL;
+#endif
 }
 
 #endif /* USE_GTK */