diff --git a/clutter/cogl/cogl/cogl-context.c b/clutter/cogl/cogl/cogl-context.c index e226763e3..ac76d4fae 100644 --- a/clutter/cogl/cogl/cogl-context.c +++ b/clutter/cogl/cogl/cogl-context.c @@ -154,6 +154,7 @@ cogl_context_new (CoglDisplay *display, context->display = display; #ifdef COGL_HAS_FULL_WINSYS + context->stub_winsys = FALSE; if (!_cogl_winsys_context_init (context, error)) { cogl_object_unref (display);