mirror of
https://github.com/brl/mutter.git
synced 2025-01-22 09:29:25 +00:00
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:
parent
fc8c2c5d9b
commit
7393c6a463
@ -1,3 +1,10 @@
|
||||
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)
|
||||
|
||||
2008-11-03 Neil Roberts <neil@linux.intel.com>
|
||||
|
||||
Bug 1207 - Timelines sometime miss markers
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user