summaryrefslogtreecommitdiff
path: root/gdk/x11
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-11-06 15:14:09 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-11-06 15:14:09 +0000
commitff4f641512e8ff5d47b1d38449a543e256996249 (patch)
tree9d658d7ac23eca75517a85d7ae6702320f24a16c /gdk/x11
parent604eebd380ef05abb84911f341d48b3381abfe49 (diff)
downloadgtk+-ff4f641512e8ff5d47b1d38449a543e256996249.tar.gz
Fix misplaced HAVE_XFT.
Tue Nov 6 10:13:16 2001 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkgc-x11.c: Fix misplaced HAVE_XFT.
Diffstat (limited to 'gdk/x11')
-rw-r--r--gdk/x11/gdkgc-x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkgc-x11.c b/gdk/x11/gdkgc-x11.c
index f6c4da625c..7412eb726a 100644
--- a/gdk/x11/gdkgc-x11.c
+++ b/gdk/x11/gdkgc-x11.c
@@ -754,6 +754,7 @@ gdk_x11_gc_get_xgc (GdkGC *gc)
return gc_x11->xgc;
}
+#ifdef HAVE_XFT
/* Various bits of the below are roughly cribbed from XFree86
* lib/Xft/xftdraw.c, Copyright 2000, Keith Packard
*/
@@ -781,7 +782,6 @@ foreground_format (GdkGC *gc)
0);
}
-#ifdef HAVE_XFT
/**
* _gdk_x11_gc_get_fg_picture:
* @gc: a #GdkGC