mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05:00
Set the initial value of a variable
Fixes a compiler warning.
This commit is contained in:
parent
c506b58ecf
commit
d3b26f3f4d
@ -1094,7 +1094,7 @@ cogl_polygon (const CoglTextureVertex *vertices,
|
|||||||
GLfloat *v;
|
GLfloat *v;
|
||||||
CoglMaterialWrapModeOverrides wrap_mode_overrides;
|
CoglMaterialWrapModeOverrides wrap_mode_overrides;
|
||||||
CoglMaterialWrapModeOverrides *wrap_mode_overrides_p = NULL;
|
CoglMaterialWrapModeOverrides *wrap_mode_overrides_p = NULL;
|
||||||
CoglHandle original_source_material;
|
CoglHandle original_source_material = NULL;
|
||||||
gboolean overrode_material = FALSE;
|
gboolean overrode_material = FALSE;
|
||||||
|
|
||||||
_COGL_GET_CONTEXT (ctx, NO_RETVAL);
|
_COGL_GET_CONTEXT (ctx, NO_RETVAL);
|
||||||
|
Loading…
Reference in New Issue
Block a user