Add engine idle flush code.
authorChristopher Michael <cp.michael@samsung.com>
Thu, 24 Jan 2013 09:18:03 +0000 (09:18 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Thu, 24 Jan 2013 09:18:03 +0000 (09:18 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83263

src/modules/evas/engines/wayland_shm/evas_engine.c

index b89e4de..8e9aea6 100644 (file)
@@ -334,7 +334,10 @@ eng_output_flush(void *data, Evas_Render_Mode render_mode)
 static void 
 eng_output_idle_flush(void *data)
 {
+   Render_Engine *re;
 
+   if (!(re = (Render_Engine *)data)) return;
+   re->outbuf_idle_flush(re->ob);
 }
 
 /* module functions */