On Wed, 30 Nov 2011 13:46:35 +0200, Pekka Paalanen wrote:
> That's fun, because nowhere in the Wayland demos toytoolkit code we
> call eglSwapBuffers ourselves. The finger points at Cairo-egl.
Right, as pointed out we cannot call eglSwapBuffers outside of a valid
MakeCurrent. Unfortunately one si
On Wed, 30 Nov 2011 13:46:35 +0200
Pekka Paalanen wrote:
> Hi,
>
> as I was working on the screensaver stuff, I found out that EGL
> applications that do not want decorations are broken. This is easy to
> reproduce, just apply the following hunk:
>
> diff --git a/clients/gears.c b/clients/gears
Hi,
as I was working on the screensaver stuff, I found out that EGL
applications that do not want decorations are broken. This is easy to
reproduce, just apply the following hunk:
diff --git a/clients/gears.c b/clients/gears.c
index bc85f54..4a1d660 100644
--- a/clients/gears.c
+++ b/clients/gear