GNOME Bugzilla – Bug 691296
Use the correct type for GLintptr
Last modified: 2013-01-08 13:58:07 UTC
Otherwise build fails on 32bits if the "real" GL headers had been imported already.
Created attachment 232909 [details] [review] Use the correct type for GLintptr On 32bit, intptr_t has a different type than khronos_intptr_t.