commit | 4203df1fd5be095b45389d6084047649c5763cde | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Wed Dec 01 09:40:58 2010 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Dec 01 09:40:58 2010 -0500 |
tree | 86ee22de59aba1eaf641a0721087a4ea5b2bd8ff | |
parent | a242129257e1eb9632ea6884d84a08ca9e8a1265 [diff] [blame] |
compositor-wayland: Use glFlush() not glFinish() after rendering frame
diff --git a/compositor/compositor-wayland.c b/compositor/compositor-wayland.c index 85010b6..e5d0d84 100644 --- a/compositor/compositor-wayland.c +++ b/compositor/compositor-wayland.c
@@ -177,7 +177,8 @@ struct timeval tv; uint32_t msec; - glFinish(); + glFlush(); + wl_list_for_each(output, &base->output_list, base.link) { output->current ^= 1;