Add start of ecore_evas_drm code.
authorChris Michael <cp.michael@samsung.com>
Tue, 14 May 2013 07:16:45 +0000 (08:16 +0100)
committerChris Michael <cp.michael@samsung.com>
Tue, 14 May 2013 09:49:14 +0000 (10:49 +0100)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/ecore_evas/engines/drm/ecore_evas_drm.c [new file with mode: 0644]

diff --git a/src/modules/ecore_evas/engines/drm/ecore_evas_drm.c b/src/modules/ecore_evas/engines/drm/ecore_evas_drm.c
new file mode 100644 (file)
index 0000000..6473fb3
--- /dev/null
@@ -0,0 +1,14 @@
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+#include <stdlib.h>
+#include <string.h>
+
+#include <Eina.h>
+#include <Ecore.h>
+#include "ecore_private.h"
+#include <Ecore_Input.h>
+#include <Ecore_Input_Evas.h>
+#include <Ecore_Evas.h>
+#include "ecore_evas_private.h"