Add engine output redraws clear code.
authorChristopher Michael <cp.michael@samsung.com>
Thu, 24 Jan 2013 09:17:47 +0000 (09:17 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Thu, 24 Jan 2013 09:17:47 +0000 (09:17 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83260

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

index 0a41a8926d49c2ac9f98c5c5e302dcd24256d4b9..1231057d8d24bb5da668c0669a3c800abb2a2ffc 100644 (file)
@@ -287,7 +287,10 @@ eng_output_redraws_rect_del(void *data, int x, int y, int w, int h)
 static void 
 eng_output_redraws_clear(void *data)
 {
+   Render_Engine *re;
 
+   if (!(re = (Render_Engine *)data)) return;
+   if (re->tb) evas_common_tilebuf_clear(re->tb);
 }
 
 static void *