comparison src/video/SDL_sysvideo.h @ 1737:eacc5bc01d1c

Implemented bug #5 Added SDL_GL_ACCELERATED_VISUAL to guarantee hardware acceleration.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 27 Apr 2006 08:39:51 +0000
parents 3b2a92126f4d
children c121d94672cb 67d518069d9a
comparison
equal deleted inserted replaced
1736:3b2a92126f4d 1737:eacc5bc01d1c
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;
295 int swap_control; 296 int swap_control;
296 int driver_loaded; 297 int driver_loaded;
297 char driver_path[256]; 298 char driver_path[256];
298 void* dll_handle; 299 void* dll_handle;
299 } gl_config; 300 } gl_config;