aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/modules/engines/wayland_shm/Evas_Engine_Wayland_Shm.h
blob: b34b2c11a67d140019f7ee523bcbea2bd80b801a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef _EVAS_ENGINE_WAYLAND_SHM_H
# define _EVAS_ENGINE_WAYLAND_SHM_H

typedef struct _Evas_Engine_Info_Wayland_Shm Evas_Engine_Info_Wayland_Shm;
struct _Evas_Engine_Info_Wayland_Shm 
{
   Evas_Engine_Info magic;

   struct 
     {
        void *dest;
        int rotation;

        unsigned char debug : 1;
     } info;

   Evas_Engine_Render_Mode render_mode;
};

#endif