Re: Decorationless EGL apps are broken in toytoolkit

2011-12-12 Thread Chris Wilson
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

Re: Decorationless EGL apps are broken in toytoolkit

2011-12-12 Thread Pekka Paalanen
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

Decorationless EGL apps are broken in toytoolkit

2011-11-30 Thread Pekka Paalanen
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