efl/legacy/evas/src/modules/engines/wayland_shm/Evas_Engine_Wayland_Shm.h

21 lines
374 B
C
Raw Normal View History

#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