comparison src/xdisp.c @ 95343:6ea8f16fb374

Include font.h for --without-x.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 27 May 2008 14:12:42 +0000
parents 23247857c2d7
children 415f68458e61
comparison
equal deleted inserted replaced
95342:c91624c7baa3 95343:6ea8f16fb374
198 #endif 198 #endif
199 #ifdef MAC_OS 199 #ifdef MAC_OS
200 #include "macterm.h" 200 #include "macterm.h"
201 #endif 201 #endif
202 202
203 #ifdef HAVE_WINDOW_SYSTEM
204 #include "font.h" 203 #include "font.h"
205 #endif /* HAVE_WINDOW_SYSTEM */
206 204
207 #ifndef FRAME_X_OUTPUT 205 #ifndef FRAME_X_OUTPUT
208 #define FRAME_X_OUTPUT(f) ((f)->output_data.x) 206 #define FRAME_X_OUTPUT(f) ((f)->output_data.x)
209 #endif 207 #endif
210 208