mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 14:53:03 +00:00
Set the initial value of a variable
Fixes a compiler warning.
This commit is contained in:
parent
e312f7ee4a
commit
7164da7467
@ -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…
x
Reference in New Issue
Block a user