Add enum for swap mode.
authorChris Michael <cp.michael@samsung.com>
Wed, 1 May 2013 09:24:08 +0000 (10:24 +0100)
committerChris Michael <cp.michael@samsung.com>
Wed, 1 May 2013 10:42:05 +0000 (11:42 +0100)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/evas/engines/drm/evas_engine.h

index 4cf319a..8141588 100644 (file)
@@ -30,6 +30,14 @@ extern int _evas_engine_drm_log_dom;
 
 typedef struct _Outbuf Outbuf;
 
+enum
+{
+   MODE_FULL,
+   MODE_COPY,
+   MODE_DOUBLE,
+   MODE_TRIPLE
+};
+
 struct _Outbuf
 {
    int w, h;