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

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

index fd87121..0a41a89 100644 (file)
@@ -278,7 +278,10 @@ eng_output_redraws_rect_add(void *data, int x, int y, int w, int h)
 static void 
 eng_output_redraws_rect_del(void *data, int x, int y, int w, int h)
 {
+   Render_Engine *re;
 
+   if (!(re = (Render_Engine *)data)) return;
+   if (re->tb) evas_common_tilebuf_del_redraw(re->tb, x, y, w, h);
 }
 
 static void