Force shm engine to do sync render for now.

There are stalling issues with async render that I need to look in to.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-03-12 07:52:30 +00:00
parent abd79fff9b
commit 873c18cc15
1 changed files with 4 additions and 4 deletions

View File

@ -154,10 +154,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;