emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/gtkutil.c,v


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.c,v
Date: Mon, 28 Jul 2008 12:25:13 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 08/07/28 12:25:12

Index: gtkutil.c
===================================================================
RCS file: /sources/emacs/emacs/src/gtkutil.c,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -b -r1.136 -r1.137
--- gtkutil.c   28 Jul 2008 07:15:34 -0000      1.136
+++ gtkutil.c   28 Jul 2008 12:25:10 -0000      1.137
@@ -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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]