compositor-wayland: Use glFlush() not glFinish() after rendering frame

This commit is contained in:
Kristian Høgsberg 2010-12-01 09:40:58 -05:00
parent a242129257
commit 4203df1fd5
1 changed files with 2 additions and 1 deletions

View File

@ -177,7 +177,8 @@ wayland_compositor_present(struct wlsc_compositor *base)
struct timeval tv;
uint32_t msec;
glFinish();
glFlush();
wl_list_for_each(output, &base->output_list, base.link) {
output->current ^= 1;