evas-drm: Add flag for setting vsync to engine structure
authorChris Michael <cp.michael@samsung.com>
Fri, 28 Feb 2014 12:32:15 +0000 (12:32 +0000)
committerChris Michael <cp.michael@samsung.com>
Fri, 28 Feb 2014 13:13:17 +0000 (13:13 +0000)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/evas/engines/drm/Evas_Engine_Drm.h

index 23be2ba..a0a24fd 100644 (file)
@@ -19,6 +19,7 @@ struct _Evas_Engine_Info_Drm
 
         unsigned int rotation, depth;
         Eina_Bool destination_alpha : 1;
+        Eina_Bool vsync : 1;
 
         int fd;
         Eina_Bool own_fd : 1;