diff --git a/ChangeLog b/ChangeLog index 1efaa3302..d45d0c4b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-11-03 Emmanuele Bassi + + 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) + 2008-11-03 Neil Roberts Bug 1207 - Timelines sometime miss markers diff --git a/clutter/cogl/gles/cogl-context.h b/clutter/cogl/gles/cogl-context.h index cbeb0fda9..f13ffc390 100644 --- a/clutter/cogl/gles/cogl-context.h +++ b/clutter/cogl/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;