comparison 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
comparison
equal deleted inserted replaced
323:b7e8038e40ae 324:f25f666d609a
1238 *value = bits; 1238 *value = bits;
1239 } 1239 }
1240 return 0; 1240 return 0;
1241 } 1241 }
1242 1242
1243 glGetIntegerv (attr, value); 1243 glGetIntegerv (attr, (GLint *)value);
1244 return 0; 1244 return 0;
1245 } 1245 }
1246 1246
1247 static int QZ_GL_MakeCurrent (_THIS) { 1247 static int QZ_GL_MakeCurrent (_THIS) {
1248 [ gl_context makeCurrentContext ]; 1248 [ gl_context makeCurrentContext ];