After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 691296 - Use the correct type for GLintptr
Use the correct type for GLintptr
Status: RESOLVED FIXED
Product: cogl
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Cogl maintainer(s)
Cogl maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-01-07 15:11 UTC by Tomeu Vizoso
Modified: 2013-01-08 13:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use the correct type for GLintptr (861 bytes, patch)
2013-01-07 15:11 UTC, Tomeu Vizoso
committed Details | Review

Description Tomeu Vizoso 2013-01-07 15:11:42 UTC
Otherwise build fails on 32bits if the "real" GL headers had been imported already.
Comment 1 Tomeu Vizoso 2013-01-07 15:11:45 UTC
Created attachment 232909 [details] [review]
Use the correct type for GLintptr

On 32bit, intptr_t has a different type than khronos_intptr_t.