]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 55a233adcd7e18fb58626ee8dc0c66be287a2718..dd22c5388b08630b28d89e44a6105b6af68cedfc 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 95ac04b8ff0646f8d11345f83904f9d57a5f1046..6daf189f74cfa342f34c744b6813b594c457521e 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 */