Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h Thu Apr 27 05:49:51 2006 +0000 +++ b/src/video/SDL_sysvideo.h Thu Apr 27 09:09:48 2006 +0000 @@ -292,6 +292,8 @@ int stereo; int multisamplebuffers; int multisamplesamples; + int accelerated; + int swap_control; int driver_loaded; char driver_path[256]; void* dll_handle;