big patch from Samsung SAIT (Advanced research group) for async multi-frame
[framework/uifw/evas.git] / src / modules / engines / quartz / Evas_Engine_Quartz.h
index abca922..0a277f4 100644 (file)
@@ -15,6 +15,9 @@ struct _Evas_Engine_Info_Quartz
    struct {
       CGContextRef context;
    } info;
+
+   /* non-blocking or blocking mode */
+   Evas_Engine_Render_Mode render_mode;
 };
 
 #endif