From 5dd5d9eb1aa5d061d1c631f678c1628c9a7225bd Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 27 May 2008 14:12:42 +0000 Subject: [PATCH] Include font.h for --without-x. --- src/ChangeLog | 8 ++++++-- src/xdisp.c | 2 -- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 32b8b6bd368..c45801feb09 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-05-27 Stefan Monnier + + * xdisp.c [!HAVE_WINDOW_SYSTEM]: Include font.h for --without-x. + 2008-05-27 Juanma Barranquero * w32font.c (compute_metrics): Rewrite an "else { if () ... else ... }" @@ -5,8 +9,8 @@ 2008-05-27 Jason Rumney - * w32font.c (w32font_open_internal): Determine if glyph indices - are likely to work here. + * w32font.c (w32font_open_internal): Determine if glyph indices + are likely to work here. 2008-05-27 Chong Yidong diff --git a/src/xdisp.c b/src/xdisp.c index 39940ec3f56..9b934c8803d 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -200,9 +200,7 @@ along with GNU Emacs. If not, see . */ #include "macterm.h" #endif -#ifdef HAVE_WINDOW_SYSTEM #include "font.h" -#endif /* HAVE_WINDOW_SYSTEM */ #ifndef FRAME_X_OUTPUT #define FRAME_X_OUTPUT(f) ((f)->output_data.x) -- 2.39.2