[cairo-commit] src/cairo-xlib-xrender.h

Carl Worth cworth at kemper.freedesktop.org
Fri Jun 8 15:38:04 PDT 2007


 src/cairo-xlib-xrender.h |    1 +
 1 files changed, 1 insertion(+)

New commits:
diff-tree 0b19ff1d3f493067fa5484151e71dfcedcd14fd1 (from 8223c976d54319b58906de03fcb8fb1967105e53)
Author: Carl Worth <cworth at cworth.org>
Date:   Fri Jun 8 15:34:35 2007 -0700

    Add include of X11/Xlib.h to cairo-xlib-xrender.h
    
    This makes this header file self-sufficient. Thanks to
    Sam Sirlin <samuel.w.sirlin at jpl.nasa.gov> for pointing
    this out.

diff --git a/src/cairo-xlib-xrender.h b/src/cairo-xlib-xrender.h
index f3b3726..f5c35dc 100644
--- a/src/cairo-xlib-xrender.h
+++ b/src/cairo-xlib-xrender.h
@@ -41,6 +41,7 @@
 
 #if CAIRO_HAS_XLIB_SURFACE
 
+#include <X11/Xlib.h>
 #include <X11/extensions/Xrender.h>
 
 CAIRO_BEGIN_DECLS


More information about the cairo-commit mailing list