XSync to avoid flicker

SVN revision: 32040
This commit is contained in:
Gustavo Sverzut Barbieri 2007-10-11 14:43:05 +00:00
parent dfcde9bcaa
commit 8108d0e8d6
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ eng_output_flush(void *data)
else return;
evas_software_x11_x_output_buffer_paste
(re->shbuf, re->draw, re->gc, 0, 0, re->shbuf->im.w, re->shbuf->im.h, 0);
(re->shbuf, re->draw, re->gc, 0, 0, re->shbuf->im.w, re->shbuf->im.h, 1);
XSetClipMask(re->disp, re->gc, None);
}