| Summary: | use GLint in SDL_QuartzGL.m | ||
|---|---|---|---|
| Product: | SDL | Reporter: | C.W. Betts <computers57> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | computers57 |
| Version: | HG 1.2 | ||
| Hardware: | x86_64 | ||
| OS: | Mac OS X 10.6 | ||
| Attachments: |
fix compile warning on x86_64
Fix compile Warnings on x86_64 |
||
Created attachment 432 [details]
Fix compile Warnings on x86_64
changed one more long to GLint that might affect future patches
This is in subversion, thanks! |
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.