2008-11-03 Emmanuele Bassi <ebassi@linux.intel.com>

Bug 1231 - Build fails in gles flavour in revision 3442

	* clutter/cogl/gles/cogl-context.h: Fix remaining use of
	ClutterFixed over CoglFixed. (Michael Boccara)
This commit is contained in:
Emmanuele Bassi 2008-11-03 23:54:38 +00:00
parent d3d257b913
commit b98ea01939

View File

@ -62,7 +62,7 @@ typedef struct
CoglFixedVec2 path_nodes_max;
/* Cache of inverse projection matrix */
ClutterFixed inverse_projection[16];
CoglFixed inverse_projection[16];
/* Textures */
GArray *texture_handles;