On Tue, 27 Nov 2012 16:05:13 -0500
Kristian Høgsberg wrote:
> On Mon, Nov 19, 2012 at 05:15:57PM +0200, Pekka Paalanen wrote:
> > Nothing uses it to create EGL-surfaces outside of window.c. This makes
> > refactoring the EGL-based code easier, since we do not need to support
> > EGL-based Cairo s
On Mon, Nov 19, 2012 at 05:15:57PM +0200, Pekka Paalanen wrote:
> Nothing uses it to create EGL-surfaces outside of window.c. This makes
> refactoring the EGL-based code easier, since we do not need to support
> EGL-based Cairo surfaces without an associated struct window.
This entire series appli
Nothing uses it to create EGL-surfaces outside of window.c. This makes
refactoring the EGL-based code easier, since we do not need to support
EGL-based Cairo surfaces without an associated struct window.
Signed-off-by: Pekka Paalanen
---
clients/window.c | 20 +---
1 files chan