comparison src/video/SDL_sysvideo.h @ 1729:0ef52d56e8bb SDL-1.3

Fixed compile problems with new OpenGL API.
author Sam Lantinga <slouken@libsdl.org>
date Fri, 07 Jul 2006 10:39:33 +0000
parents 98a3207ddde8
children 0b1070f2f94d
comparison
equal deleted inserted replaced
1728:b1ee090d194f 1729:0ef52d56e8bb
288 int accum_alpha_size; 288 int accum_alpha_size;
289 int stereo; 289 int stereo;
290 int multisamplebuffers; 290 int multisamplebuffers;
291 int multisamplesamples; 291 int multisamplesamples;
292 int accelerated; 292 int accelerated;
293 int swap_control;
294 int driver_loaded; 293 int driver_loaded;
295 char driver_path[256]; 294 char driver_path[256];
296 void *dll_handle; 295 void *dll_handle;
297 } gl_config; 296 } gl_config;
298 297