[cairo-commit] cairo/src cairo-xlib-test.h,1.1,1.2

Carl Worth commit at pdx.freedesktop.org
Tue May 17 00:39:20 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv9164/src

Modified Files:
	cairo-xlib-test.h 
Log Message:

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


Index: cairo-xlib-test.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-xlib-test.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cairo-xlib-test.h	14 May 2005 00:54:43 -0000	1.1
+++ cairo-xlib-test.h	17 May 2005 07:39:17 -0000	1.2
@@ -41,7 +41,7 @@
 
 #if CAIRO_HAS_XLIB_SURFACE
 
-#include <X11/Xlib.h>
+#include <cairo-xlib.h>
 
 CAIRO_BEGIN_DECLS
 




More information about the cairo-commit mailing list