Fix to include cairo-xlib.h, (which also fixes test/xlib-surface.c).

This commit is contained in:
Carl Worth 2005-05-17 00:39:17 +00:00
parent 91dcaea6a2
commit 9bf669a790
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-05-17 Carl Worth <cworth@cworth.org>
* src/cairo-xlib-test.h: Fix to include cairo-xlib.h, (which also
fixes test/xlib-surface.c).
2005-05-17 Carl Worth <cworth@cworth.org>
* test/pdf-surface.c: (main): Update to the latest PDF surface API

View file

@ -41,7 +41,7 @@
#if CAIRO_HAS_XLIB_SURFACE
#include <X11/Xlib.h>
#include <cairo-xlib.h>
CAIRO_BEGIN_DECLS