Author: radek Date: Wed Sep 26 21:12:28 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - include X11/X.h for the XID type used later
---- Files affected: SOURCES: xorg-proto-renderproto-undefined_XID.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/xorg-proto-renderproto-undefined_XID.patch diff -u /dev/null SOURCES/xorg-proto-renderproto-undefined_XID.patch:1.1 --- /dev/null Wed Sep 26 23:12:28 2007 +++ SOURCES/xorg-proto-renderproto-undefined_XID.patch Wed Sep 26 23:12:23 2007 @@ -0,0 +1,11 @@ +--- renderproto-0.9.3/render.h~ 2007-08-31 22:42:38.000000000 +0100 ++++ renderproto-0.9.3/render.h 2007-09-26 22:09:55.704994797 +0100 +@@ -26,6 +26,8 @@ + #ifndef _RENDER_H_ + #define _RENDER_H_ + ++#include <X11/X.h> ++ + typedef XID Glyph; + typedef XID GlyphSet; + typedef XID Picture; ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
