compositor-wayland: Use glFlush() not glFinish() after rendering frame
This commit is contained in:
parent
a242129257
commit
4203df1fd5
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue