fix evas partial swapotkeep the full re-render in the rects if it switches to full mode.

This commit is contained in:
Carsten Haitzler 2013-05-29 21:37:13 +09:00
parent 964f4769ae
commit 6a4cdea904
1 changed files with 1 additions and 1 deletions

View File

@ -1278,7 +1278,7 @@ eng_output_redraws_next_update_get(void *data, int *x, int *y, int *w, int *h, i
re->prev_age = age;
}
}
if (re->lost_back)
if ((re->lost_back) || (re->mode == MODE_FULL))
{
/* if we lost our backbuffer since the last frame redraw all */
re->lost_back = 0;