diff src/video/quartz/SDL_QuartzVideo.m @ 324:f25f666d609a

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sat, 30 Mar 2002 21:41:01 +0000
parents ee32ed29a507
children 1b89c9ca9246
line wrap: on
line diff
--- a/src/video/quartz/SDL_QuartzVideo.m	Sat Mar 30 20:03:27 2002 +0000
+++ b/src/video/quartz/SDL_QuartzVideo.m	Sat Mar 30 21:41:01 2002 +0000
@@ -1240,7 +1240,7 @@
         return 0;
     }
 
-    glGetIntegerv (attr, value);
+    glGetIntegerv (attr, (GLint *)value);
     return 0;
 }