diff include/SDL_video.h @ 656:864e2d2a9a55

Merged in Ryan's multisample code for MacOS, and changed the constants to match.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 22 Jul 2003 15:33:28 +0000
parents 9c42ee1b7d77
children d27aab66c5d6
line wrap: on
line diff
--- a/include/SDL_video.h	Tue Jul 22 15:10:06 2003 +0000
+++ b/include/SDL_video.h	Tue Jul 22 15:33:28 2003 +0000
@@ -218,8 +218,8 @@
     SDL_GL_ACCUM_BLUE_SIZE,
     SDL_GL_ACCUM_ALPHA_SIZE,
     SDL_GL_STEREO,
-    SDL_GL_SAMPLE_BUFFERS,
-    SDL_GL_SAMPLES
+    SDL_GL_MULTISAMPLEBUFFERS,
+    SDL_GL_MULTISAMPLESAMPLES
 } SDL_GLattr;
 
 /* flags for SDL_SetPalette() */