Brian Paul wrote:
> include/EGL/eglext.h
> Alan Coopersmith wrote:
>> I checked the Khronos copy listed in the header, but they don't have the
>> EGLScreenMESA or EGLModeMESA typedefs in, and given the names and the
>> " EGL_MESA_screen extension  >>> PRELIMINARY <<<  " comment, I assumed
>> they were Mesa additions.
>>
>> It could also be fixed in another header with a simple:
>> #ifdef __sun
>> typedef uint32_t u_int32_t
>> #endif
>>
>> Would eglplatform.h be the right header for that?
> 
> Alan, it turns out that your checkins break the build here on Linux/gcc.
> 
> Could you check in the alternate typedef you suggested instead?

Actually, a coworker just suggested including stdint.h instead.  I'll commit 
that.  Let me know if it works for you on Solaris.

-Brian


------------------------------------------------------------------------------
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to