cedric pushed a commit to branch master.

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

commit cd80106f5466e8e1e796c800c91bd44765e27c9c
Author: Cedric BAIL <[email protected]>
Date:   Tue Dec 27 10:50:05 2016 -0800

    force maximum throughput with latest Ecore_Evas change.
---
 src/bin/main.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/bin/main.c b/src/bin/main.c
index d879378..cc812c8 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -1238,6 +1238,10 @@ main(int argc, char **argv)
    };
 
    setenv("ECORE_NO_VSYNC", "1", 0);
+   setenv("ECORE_EVAS_RENDER_NOSYNC", "1", 1);
+
+   if (!async)
+     setenv("ECORE_EVAS_FORCE_SYNC_RENDER", "1", 0);
 
    if (!ecore_evas_init()) return -1;
 
@@ -1277,9 +1281,6 @@ main(int argc, char **argv)
         profile = resolution;
      }
 
-   if (!async)
-     setenv("ECORE_EVAS_FORCE_SYNC_RENDER", "1", 0);
-
    if (!datadir)
      datadir = getenv("EXPEDITE_FONTS_DIR");
    if (!datadir)

-- 


Reply via email to