diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-03-31 04:28:20 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-03-31 04:28:20 +0000 |
commit | 199ae3899424429340d77c908eacb921d4499aa1 (patch) | |
tree | 5672d31d06c05a6143ffa9b04e9a1a4f1555fb93 /pango/pangoxft-render.h | |
parent | b32a997d9dd687f100198d4f30b05dfb412cca36 (diff) | |
download | pango-199ae3899424429340d77c908eacb921d4499aa1.tar.gz |
Bug 335840 – Typo in including Xft.
2006-03-30 Behdad Esfahbod <behdad@gnome.org>
Bug 335840 – Typo in including Xft.
* pangoxft-render.h: Define _XFT_NO_COMPAT_ instead of _XFT_NO_COMPAT.
Diffstat (limited to 'pango/pangoxft-render.h')
-rw-r--r-- | pango/pangoxft-render.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pango/pangoxft-render.h b/pango/pangoxft-render.h index 2d12df05..5313d802 100644 --- a/pango/pangoxft-render.h +++ b/pango/pangoxft-render.h @@ -26,8 +26,7 @@ G_BEGIN_DECLS -#define _XFT_NO_COMPAT -#define _XFTCOMPAT_H_ +#define _XFT_NO_COMPAT_ #include <X11/Xlib.h> #include <X11/Xft/Xft.h> #if defined(XftVersion) && XftVersion >= 20000 |