Fixed compiler warning

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402760
This commit is contained in:
Sam Lantinga 2008-05-26 12:56:10 +00:00
parent 1725937a2c
commit 4409fa47e1

View file

@ -288,7 +288,7 @@ Cocoa_GL_SetSwapInterval(_THIS, int interval)
{
NSAutoreleasePool *pool;
NSOpenGLContext *nscontext;
long value;
GLint value;
int status;
pool = [[NSAutoreleasePool alloc] init];
@ -312,7 +312,7 @@ Cocoa_GL_GetSwapInterval(_THIS)
{
NSAutoreleasePool *pool;
NSOpenGLContext *nscontext;
long value;
GLint value;
int status;
pool = [[NSAutoreleasePool alloc] init];