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

Vasily Khoruzhick anarsoul at gmail.com
Tue Jan 8 13:03:49 PST 2013


On Wed, Jan 9, 2013 at 12:01 AM, John Kåre Alsaker
<john.kare.alsaker at gmail.com> wrote:
> EGLDisplay, EGLSurface, EGLNativeDisplayType and EGLNativeWindowType
> should all be void *. With that change you can get rid of the ugly
> typecasts.

OK, thanks, will try that and send patch tomorrow.

Regards
Vasily

> 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