2b5c2c7b4f86f486424f41ded8227fd175bc22c3
[profile/ivi/evas.git] / src / modules / engines / wayland_shm / Evas_Engine_Wayland_Shm.h
1 #ifndef _EVAS_ENGINE_WAYLAND_SHM_H
2 # define _EVAS_ENGINE_WAYLAND_SHM_H
3
4 typedef struct _Evas_Engine_Info_Wayland_Shm Evas_Engine_Info_Wayland_Shm;
5 struct _Evas_Engine_Info_Wayland_Shm 
6 {
7    Evas_Engine_Info magic;
8
9    struct 
10      {
11         void *dest;
12         int rotation;
13
14         Eina_Bool destination_alpha : 1;
15         Eina_Bool debug : 1;
16      } info;
17
18    Evas_Engine_Render_Mode render_mode;
19 };
20
21 #endif