We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 862 - use GLint in SDL_QuartzGL.m
Summary: use GLint in SDL_QuartzGL.m
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 1.2
Hardware: x86_64 Mac OS X 10.6
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-20 09:58 UTC by C.W. Betts
Modified: 2009-10-21 21:54 UTC (History)
1 user (show)

See Also:


Attachments
fix compile warning on x86_64 (1.08 KB, patch)
2009-10-20 09:58 UTC, C.W. Betts
Details | Diff
Fix compile Warnings on x86_64 (1.36 KB, patch)
2009-10-20 10:21 UTC, C.W. Betts
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description C.W. Betts 2009-10-20 09:58:56 UTC
Created attachment 431 [details]
fix compile warning on x86_64

The compiler complains that long is an incompatible pointer type for
[gl_context setValues: forParameter:] and CGLSetParameter.  This only shows up
on x86_64, but it still might be an issue.
Comment 1 C.W. Betts 2009-10-20 10:21:45 UTC
Created attachment 432 [details]
Fix compile Warnings on x86_64

changed one more long to GLint that might affect future patches
Comment 2 Sam Lantinga 2009-10-21 21:54:10 UTC
This is in subversion, thanks!