clutter-stage-egl.c: Don't call eglWait*()
authorNeil Roberts <neil@linux.intel.com>
Tue, 18 May 2010 15:51:46 +0000 (16:51 +0100)
committerNeil Roberts <neil@linux.intel.com>
Tue, 18 May 2010 15:51:46 +0000 (16:51 +0100)
commit6c3d1cfab9d21cd638854e0900d8bc17c4ebce9e
tree4ba3e60985b3675058c7698b8dd8aea57b925d41
parent871683abd3699716e04f54b8f4e0693599b19907
clutter-stage-egl.c: Don't call eglWait*()

According to the docs, eglSwapBuffers performs an implicit glFlush
before swapping so there should be no need to wait.
clutter/eglx/clutter-stage-egl.c