1
0
Fork 0

[cogl] Initialize all members of CoglContext

Some members of CoglContext still escape initialization.
This commit is contained in:
Emmanuele Bassi 2009-03-10 18:05:08 +00:00
parent d3245c6624
commit a41361269f
2 changed files with 2 additions and 0 deletions

View file

@ -55,6 +55,7 @@ cogl_create_context ()
_context->features_cached = FALSE;
_context->enable_flags = 0;
_context->color_alpha = 0;
_context->enable_backface_culling = FALSE;

View file

@ -57,6 +57,7 @@ cogl_create_context ()
_context->features_cached = FALSE;
_context->enable_flags = 0;
_context->color_alpha = 0;
_context->enable_backface_culling = FALSE;