diff --git a/gles/cogl-context.h b/gles/cogl-context.h index cbeb0fda9..f13ffc390 100644 --- a/gles/cogl-context.h +++ b/gles/cogl-context.h @@ -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;