big patch from Samsung SAIT (Advanced research group) for async multi-frame
[framework/uifw/evas.git] / src / modules / engines / quartz / evas_engine.c
index 6843702..160f043 100644 (file)
@@ -44,6 +44,7 @@ eng_info(Evas *e)
    info = calloc(1, sizeof(Evas_Engine_Info_Quartz));
    if (!info) return NULL;
    info->magic.magic = rand();
+   info->render_mode = EVAS_RENDER_MODE_BLOCKING;
    return info;
 }