devilhorns pushed a commit to branch master.

http://git.enlightenment.org/tools/expedite.git/commit/?id=d846790c37d349a9b24035a15d08969dbabc25cf

commit d846790c37d349a9b24035a15d08969dbabc25cf
Author: Chris Michael <[email protected]>
Date:   Fri Feb 28 12:42:35 2014 +0000

    expedite: Add support for setting vsync in drm engine
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/bin/engine_drm.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/engine_drm.c b/src/bin/engine_drm.c
index 9c840b9..2548706 100644
--- a/src/bin/engine_drm.c
+++ b/src/bin/engine_drm.c
@@ -3,7 +3,7 @@
 #include <Evas_Engine_Drm.h>
 
 Eina_Bool 
-engine_drm_args(const char *engine __UNUSED__, int width, int height)
+engine_drm_args(const char *engine __UNUSED__, int width __UNUSED__, int 
height __UNUSED__)
 {
    Evas_Engine_Info_Drm *einfo;
 
@@ -24,6 +24,7 @@ engine_drm_args(const char *engine __UNUSED__, int width, int 
height)
    einfo->info.rotation = 0;
    einfo->info.depth = 32;
    einfo->info.destination_alpha = EINA_FALSE;
+   einfo->info.vsync = EINA_FALSE;
 
    if (!evas_engine_info_set(evas, (Evas_Engine_Info *)einfo))
      {

-- 


Reply via email to