From 7393c6a4635dbdea7a3a893d1a3d17cda0ab7576 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 3 Nov 2008 23:54:38 +0000 Subject: [PATCH] 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) --- ChangeLog | 7 +++++++ clutter/cogl/gles/cogl-context.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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;