diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-02-02 02:13:08 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-02-02 02:13:08 +0000 |
commit | e2a2ac7947f8763fe1270d0f5f42602e59d84c0a (patch) | |
tree | eebbf706bde5321c2319e9c273e09607b7f875af /examples/cairosimple.c | |
parent | b69dea4155ec9a51617f727e8bd0c6ff74d15570 (diff) | |
download | pango-e2a2ac7947f8763fe1270d0f5f42602e59d84c0a.tar.gz |
AC_DEFINE (HAVE_CAIRO_PNG).
2006-02-01 Behdad Esfahbod <behdad@gnome.org>
* configure.in: AC_DEFINE (HAVE_CAIRO_PNG).
* examples/cairoview.c: Save to PNG if cairo has PNG support and
--output is given.
Diffstat (limited to 'examples/cairosimple.c')
-rw-r--r-- | examples/cairosimple.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/cairosimple.c b/examples/cairosimple.c index fb973260..fc9a77a1 100644 --- a/examples/cairosimple.c +++ b/examples/cairosimple.c @@ -1,3 +1,4 @@ +#include <config.h> #include <math.h> #include <pango/pangocairo.h> |