devilhorns pushed a commit to branch master.

commit 8235272ec053eb4bfcb040d7c9c20b61c55ffb61
Author: Chris Michael <[email protected]>
Date:   Thu Apr 25 14:14:20 2013 +0100

    Reenable ability for async render of shm engine.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c 
b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c
index 31adbd7..82f5192 100644
--- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c
+++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c
@@ -155,10 +155,10 @@ ecore_evas_wayland_shm_new_internal(const char 
*disp_name, unsigned int parent,
    ee->prop.draw_frame = frame;
    ee->alpha = EINA_FALSE;
 
-   /* if (getenv("ECORE_EVAS_FORCE_SYNC_RENDER")) */
-   ee->can_async_render = 0;
-   /* else */
-   /*   ee->can_async_render = 1; */
+   if (getenv("ECORE_EVAS_FORCE_SYNC_RENDER"))
+     ee->can_async_render = 0;
+   else
+     ee->can_async_render = 1;
 
    /* frame offset and size */
    fx = 4;

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr

Reply via email to