ecore-evas-drm: Enable vsync by default for ecore_evas drm engine

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-03-28 13:43:22 +00:00
parent 86258cd165
commit 8db2db06cb
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ ecore_evas_drm_new_internal(const char *device, unsigned int parent EINA_UNUSED,
einfo->info.depth = 32; // FIXME
einfo->info.destination_alpha = ee->alpha;
einfo->info.rotation = ee->rotation;
einfo->info.vsync = EINA_FALSE;
einfo->info.vsync = EINA_TRUE;
einfo->info.use_hw_accel = EINA_FALSE;
einfo->info.fd = ecore_drm_device_fd_get(dev);
einfo->info.tty = ecore_drm_tty_get(dev);