diff 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
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h	Thu Apr 27 07:59:16 2006 +0000
+++ b/src/video/SDL_sysvideo.h	Thu Apr 27 08:39:51 2006 +0000
@@ -292,6 +292,7 @@
 		int stereo;
 		int multisamplebuffers;
 		int multisamplesamples;
+		int accelerated;
 		int swap_control;
 		int driver_loaded;
 		char driver_path[256];