comparison include/SDL_video.h @ 3139:7f684f249ec9

indent
author Sam Lantinga <slouken@libsdl.org>
date Sat, 23 May 2009 22:41:08 +0000
parents 7dc982143c06
children 1c64375a4dfb
comparison
equal deleted inserted replaced
3125:d71d8ceda8b3 3139:7f684f249ec9
269 SDL_GL_STEREO, 269 SDL_GL_STEREO,
270 SDL_GL_MULTISAMPLEBUFFERS, 270 SDL_GL_MULTISAMPLEBUFFERS,
271 SDL_GL_MULTISAMPLESAMPLES, 271 SDL_GL_MULTISAMPLESAMPLES,
272 SDL_GL_ACCELERATED_VISUAL, 272 SDL_GL_ACCELERATED_VISUAL,
273 SDL_GL_RETAINED_BACKING, 273 SDL_GL_RETAINED_BACKING,
274 SDL_GL_CONTEXT_MAJOR_VERSION, 274 SDL_GL_CONTEXT_MAJOR_VERSION,
275 SDL_GL_CONTEXT_MINOR_VERSION 275 SDL_GL_CONTEXT_MINOR_VERSION
276 } SDL_GLattr; 276 } SDL_GLattr;
277 277
278 278
279 /* Function prototypes */ 279 /* Function prototypes */
280 280