diff 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
line wrap: on
line diff
--- a/src/xdisp.c	Mon Jul 28 11:03:42 2008 +0000
+++ b/src/xdisp.c	Mon Jul 28 12:25:11 2008 +0000
@@ -199,6 +199,9 @@
 #ifdef HAVE_NS
 #include "nsterm.h"
 #endif
+#ifdef USE_GTK
+#include "gtkutil.h"
+#endif
 
 #include "font.h"