1 #ifndef __EVAS_ENGINE_DIRECT3D_H__
2 #define __EVAS_ENGINE_DIRECT3D_H__
5 #define WIN32_LEAN_AND_MEAN
7 #undef WIN32_LEAN_AND_MEAN
9 typedef struct _Evas_Engine_Info_Direct3D Evas_Engine_Info_Direct3D;
11 struct _Evas_Engine_Info_Direct3D
13 /* PRIVATE - don't mess with this baby or evas will poke its tongue out */
14 /* at you and make nasty noises */
15 Evas_Engine_Info magic;
27 unsigned short height;
31 /* non-blocking or blocking mode */
32 Evas_Engine_Render_Mode render_mode;
36 #endif /* __EVAS_ENGINE_DIRECT3D_H__ */