Mercurial > sdl-ios-xcode
diff src/video/SDL_sysvideo.h @ 656:864e2d2a9a55
Merged in Ryan's multisample code for MacOS, and changed the constants to match.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 22 Jul 2003 15:33:28 +0000 |
parents | 9c42ee1b7d77 |
children | b8d311d90021 |
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h Tue Jul 22 15:10:06 2003 +0000 +++ b/src/video/SDL_sysvideo.h Tue Jul 22 15:33:28 2003 +0000 @@ -304,8 +304,8 @@ int accum_blue_size; int accum_alpha_size; int stereo; - int sample_buffers; - int samples; + int multisamplebuffers; + int multisamplesamples; int driver_loaded; char driver_path[256]; void* dll_handle;