[Cairo] XTransform?

Carl Worth cworth at east.isi.edu
Tue Sep 16 06:34:23 PDT 2003


On Sep 15, Carol Spears wrote:
 > cairoint.h:251: error: syntax error before "XTransform"

XTransform is a structure defined in X11/extensions/Xrender.h. It
should be there in version 0.6 or newer of Xrender. It looks like
this:

	typedef struct _XTransform {
	    XFixed  matrix[3][3];
	} XTransform;

-Carl




More information about the cairo mailing list