comparison src/video/SDL_sysvideo.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 5151662ab728
children e49147870aac
comparison
equal deleted inserted replaced
1655:59227394023d 1656:96c2f89cc7e1
290 int accum_blue_size; 290 int accum_blue_size;
291 int accum_alpha_size; 291 int accum_alpha_size;
292 int stereo; 292 int stereo;
293 int multisamplebuffers; 293 int multisamplebuffers;
294 int multisamplesamples; 294 int multisamplesamples;
295 int accelerated;
296 int swap_control;
295 int driver_loaded; 297 int driver_loaded;
296 char driver_path[256]; 298 char driver_path[256];
297 void* dll_handle; 299 void* dll_handle;
298 } gl_config; 300 } gl_config;
299 301