commit | c9e00c06e97c74bc96951f4b81d08ecf4a01c705 | [log] [tgz] |
---|---|---|
author | Pekka Paalanen <ppaalanen@gmail.com> | Wed Oct 10 12:49:24 2012 +0300 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Oct 10 21:38:17 2012 -0400 |
tree | db624ceb8f1dd7757f236e7613e13c0f2a4e0c3d | |
parent | 5df44de6a92ed3328292484963e038fe07bfb65f [diff] |
clients: use wl_surface_commit Use wl_surface_commit() to commit the buffer attach, as Weston now requires. NOTE: GL-applications are broken until you upgrade to a version of Mesa which does wl_surface_commit() on eglSwapBuffers(). If you have Cairo-gl, this means all toytoolkit apps, too. simple-shm and simple-touch OTOH will work now. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>