diff src/gtkutil.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 bda3c99f1515
children beddfc5fd435
line wrap: on
line diff
--- a/src/gtkutil.c	Mon Jul 28 11:03:42 2008 +0000
+++ b/src/gtkutil.c	Mon Jul 28 12:25:11 2008 +0000
@@ -36,6 +36,9 @@
 #include "coding.h"
 #include <gdk/gdkkeysyms.h>
 
+#ifdef HAVE_XFT
+#include <X11/Xft/Xft.h>
+#endif
 
 #define FRAME_TOTAL_PIXEL_HEIGHT(f) \
   (FRAME_PIXEL_HEIGHT (f) + FRAME_MENUBAR_HEIGHT (f) + FRAME_TOOLBAR_HEIGHT (f))