Evas: Fixed wrong if in the x11 engine.

This commit is contained in:
Christopher Michael 2013-02-25 10:35:43 +00:00 committed by Tom Hacohen
parent 2af4cc2687
commit 1b5ffada1b
1 changed files with 1 additions and 1 deletions

View File

@ -720,7 +720,7 @@ _merge_rects(Tilebuf *tb, Tilebuf_Rect *r1, Tilebuf_Rect *r2, Tilebuf_Rect *r3)
evas_common_tilebuf_add_redraw(tb, r->x, r->y, r->w, r->h);
}
}
if (r2)
if (r3)
{
EINA_INLIST_FOREACH(EINA_INLIST_GET(r3), r)
{