evas-drm: Add flag for setting vsync to engine structure

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-02-28 12:32:15 +00:00
parent 06050df6cf
commit aafd8e5277
1 changed files with 1 additions and 0 deletions

View 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;