mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05: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
d3d257b913
commit
b98ea01939
@ -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…
Reference in New Issue
Block a user