1 #ifndef _EVAS_ENGINE_QUARTZ_H
2 #define _EVAS_ENGINE_QUARTZ_H
4 #include <ApplicationServices/ApplicationServices.h>
6 typedef struct _Evas_Engine_Info_Quartz Evas_Engine_Info_Quartz;
8 struct _Evas_Engine_Info_Quartz
10 /* PRIVATE - don't mess with this baby or evas will poke its tongue out */
11 /* at you and make nasty noises */
12 Evas_Engine_Info magic;
14 /* engine specific data & parameters it needs to set up */
19 /* non-blocking or blocking mode */
20 Evas_Engine_Render_Mode render_mode;