1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 09:51:22 -08:00

* gtkutil.c (xg_initialize): Add ifdef HAVE_FREETYPE around

x_last_font_name.

Fixes: debbugs:13403
This commit is contained in:
Jan Djärv 2013-01-10 18:45:08 +01:00
parent 72781fefa6
commit 48660ca5db
2 changed files with 7 additions and 0 deletions

View 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

View 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 */