* evas: fix frame building.

SVN revision: 54584
This commit is contained in:
Cedric BAIL 2010-11-16 10:52:10 +00:00
parent e2a715ccc9
commit bc9e164c12
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ eng_output_redraws_next_update_get(void *data, int *x, int *y, int *w, int *h, i
re = (Render_Engine *)data;
evas_gl_common_context_flush(re->gl_context);
evas_gl_common_context_newframe(re->win->gl_context);
/* get the upate rect surface - return engine data as dummy */
if (!re->draw.redraw)
{