[Top][All Lists]
[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))
- [Emacs-diffs] Changes to emacs/src/gtkutil.c,v, Miles Bader, 2008/07/17
- [Emacs-diffs] Changes to emacs/src/gtkutil.c,v, Jan Djärv, 2008/07/24
- [Emacs-diffs] Changes to emacs/src/gtkutil.c,v, Jan Djärv, 2008/07/28
- [Emacs-diffs] Changes to emacs/src/gtkutil.c,v,
Andreas Schwab <=
- [Emacs-diffs] Changes to emacs/src/gtkutil.c,v, Jan Djärv, 2008/07/29