comparison src/video/SDL_sysvideo.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 b8d311d90021
comparison
equal deleted inserted replaced
655:9c42ee1b7d77 656:864e2d2a9a55
302 int accum_red_size; 302 int accum_red_size;
303 int accum_green_size; 303 int accum_green_size;
304 int accum_blue_size; 304 int accum_blue_size;
305 int accum_alpha_size; 305 int accum_alpha_size;
306 int stereo; 306 int stereo;
307 int sample_buffers; 307 int multisamplebuffers;
308 int samples; 308 int multisamplesamples;
309 int driver_loaded; 309 int driver_loaded;
310 char driver_path[256]; 310 char driver_path[256];
311 void* dll_handle; 311 void* dll_handle;
312 } gl_config; 312 } gl_config;
313 313