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
+2 -1
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;