big patch from Samsung SAIT (Advanced research group) for async multi-frame
[framework/uifw/evas.git] / src / modules / engines / direct3d / evas_engine.c
index 8514f75..5fcd89d 100644 (file)
@@ -77,6 +77,7 @@ eng_info(Evas *e)
    if (!info) return NULL;
    info->magic.magic = rand();
    memset(&info->info, 0, sizeof(info->info));
+   info->render_mode = EVAS_RENDER_MODE_BLOCKING;
    return info;
    e = NULL;
 }