[PATCH 3/3] Make EGL/GLESv2 dependencies optional

John Kåre Alsaker john.kare.alsaker at gmail.com
Tue Jan 8 13:01:00 PST 2013


EGLDisplay, EGLSurface, EGLNativeDisplayType and EGLNativeWindowType
should all be void *. With that change you can get rid of the ugly
typecasts.

On Tue, Jan 8, 2013 at 5:09 PM, Vasily Khoruzhick <anarsoul at gmail.com> wrote:
>
> +typedef int EGLDisplay;
> +typedef int EGLSurface;
> +typedef long int EGLNativeDisplayType;
> +typedef long int EGLNativeWindowType;


More information about the wayland-devel mailing list