summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-08-02 04:57:53 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-08-02 04:57:53 +0000
commitd5f0576cf42ed823d1286a470c10f9c3002c0411 (patch)
tree1bf058233617ac550365a4014819072ef67d5b8c /configure.in
parent63489392e6c1e452054eb930fa7bd493e51cba9a (diff)
downloadgtk+-d5f0576cf42ed823d1286a470c10f9c3002c0411.tar.gz
Switch back to using XftDraw so that we take advantage of the
Fri Aug 2 00:43:15 2002 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkgc-x11.c gdk/x11/gdkpango-x11.c gdk/x11/gdkpixmap-x11.c gdk/x11/gdkprivate-x11.h gdk/x11/gdkwindow-x11.c: Switch back to using XftDraw so that we take advantage of the draw-to-non-RENDER capabilities of Xft2. * demos/gtk-demo/changedisplay.c (query_for_toplevel): Fix the case where the user clicks on the "click on a window popup".
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 29d9fa1d51..4dc3754e35 100644
--- a/configure.in
+++ b/configure.in
@@ -958,6 +958,10 @@ if test "x$gdktarget" = "xx11"; then
AM_CONDITIONAL(HAVE_XFT, $have_xft)
+ if $PKG_CONFIG --exists xft ; then
+ AC_DEFINE(HAVE_XFT2, 1, [Define if we have Xft, version 2])
+ fi
+
#
# If Pango included the shared library dependencies from X11 in
# the pkg-config output, then we use that (to avoid duplicates).