Add start of Drm Engine header.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-04-29 12:37:58 +01:00
parent 54b0a112a4
commit e8b7fa49ca
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
#ifndef _EVAS_ENGINE_DRM_H
# define _EVAS_ENGINE_DRM_H
typedef struct _Evas_Engine_Info_Drm Evas_Engine_Info_Drm;
struct _Evas_Engine_Info_Drm
{
/* PRIVATE - don't mess with this baby or evas will poke its tongue out */
/* at you and make nasty noises */
Evas_Engine_Info magic;
/* non-blocking or blocking mode */
Evas_Engine_Render_Mode render_mode;
};
#endif