comparison include/SDL_video.h @ 1656:96c2f89cc7e1 SDL-1.3

SDL-trunk-1.3-merge-1
author Sam Lantinga <slouken@libsdl.org>
date Thu, 27 Apr 2006 09:09:48 +0000
parents 0a53c90a37f9
children e49147870aac
comparison
equal deleted inserted replaced
1655:59227394023d 1656:96c2f89cc7e1
211 SDL_GL_ACCUM_GREEN_SIZE, 211 SDL_GL_ACCUM_GREEN_SIZE,
212 SDL_GL_ACCUM_BLUE_SIZE, 212 SDL_GL_ACCUM_BLUE_SIZE,
213 SDL_GL_ACCUM_ALPHA_SIZE, 213 SDL_GL_ACCUM_ALPHA_SIZE,
214 SDL_GL_STEREO, 214 SDL_GL_STEREO,
215 SDL_GL_MULTISAMPLEBUFFERS, 215 SDL_GL_MULTISAMPLEBUFFERS,
216 SDL_GL_MULTISAMPLESAMPLES 216 SDL_GL_MULTISAMPLESAMPLES,
217 SDL_GL_ACCELERATED_VISUAL,
218 SDL_GL_SWAP_CONTROL
217 } SDL_GLattr; 219 } SDL_GLattr;
218 220
219 /* flags for SDL_SetPalette() */ 221 /* flags for SDL_SetPalette() */
220 #define SDL_LOGPAL 0x01 222 #define SDL_LOGPAL 0x01
221 #define SDL_PHYSPAL 0x02 223 #define SDL_PHYSPAL 0x02