elementary: Add ecore-drm header and ELM_DRM engine define

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-03-28 07:19:06 +00:00
parent 121f5446c7
commit 2338b5ad74
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,9 @@
#ifdef HAVE_ELEMENTARY_WAYLAND
#include <Ecore_Wayland.h>
#endif
#ifdef HAVE_ELEMENTARY_DRM
#include <Ecore_Drm.h>
#endif
#include <Eio.h>
@ -151,6 +154,7 @@ extern const char *_elm_engines[];
#define ELM_SOFTWARE_PSL1GHT (_elm_engines[15])
#define ELM_WAYLAND_SHM (_elm_engines[16])
#define ELM_WAYLAND_EGL (_elm_engines[17])
#define ELM_DRM (_elm_engines[18])
#define ELM_FONT_TOKEN_STYLE ":style="