mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-21 15:50:48 +02:00
Fix to include cairo-xlib.h, (which also fixes test/xlib-surface.c).
This commit is contained in:
parent
91dcaea6a2
commit
9bf669a790
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
#if CAIRO_HAS_XLIB_SURFACE
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
#include <cairo-xlib.h>
|
||||
|
||||
CAIRO_BEGIN_DECLS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue