comparison src/xdisp.c @ 97059:984f2ac5a637

* lisp.h (init_weak_hash_tables, syms_of_font) (xd_read_queued_messages, syms_of_dbusbind): Declare. (remove_hash_entry): Don't declare. * eval.c (maybe_call_debugger): Make static and move before use. * gtkutil.c: Include <X11/Xft/Xft.h> if HAVE_XFT. * xdisp.c: Include "gtkutil.h" if USE_GTK. * xterm.h (x_set_frame_alpha): Declare.
author Andreas Schwab <schwab@suse.de>
date Mon, 28 Jul 2008 12:25:11 +0000
parents 9592c50233ab
children fe3f6c044772
comparison
equal deleted inserted replaced
97058:b6ac850e9d2b 97059:984f2ac5a637
196 #ifdef WINDOWSNT 196 #ifdef WINDOWSNT
197 #include "w32term.h" 197 #include "w32term.h"
198 #endif 198 #endif
199 #ifdef HAVE_NS 199 #ifdef HAVE_NS
200 #include "nsterm.h" 200 #include "nsterm.h"
201 #endif
202 #ifdef USE_GTK
203 #include "gtkutil.h"
201 #endif 204 #endif
202 205
203 #include "font.h" 206 #include "font.h"
204 207
205 #ifndef FRAME_X_OUTPUT 208 #ifndef FRAME_X_OUTPUT