Mercurial > sdl-ios-xcode
comparison src/video/SDL_sysvideo.h @ 5062:e8916fe9cfc8
Fixed bug #925
Changed "win32" to "windows"
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 20 Jan 2011 18:04:05 -0800 |
parents | 187d7d446306 |
children | 797b37c0c046 |
comparison
equal
deleted
inserted
replaced
5061:9e9940eae455 | 5062:e8916fe9cfc8 |
---|---|
409 extern VideoBootStrap X11_bootstrap; | 409 extern VideoBootStrap X11_bootstrap; |
410 #endif | 410 #endif |
411 #if SDL_VIDEO_DRIVER_DIRECTFB | 411 #if SDL_VIDEO_DRIVER_DIRECTFB |
412 extern VideoBootStrap DirectFB_bootstrap; | 412 extern VideoBootStrap DirectFB_bootstrap; |
413 #endif | 413 #endif |
414 #if SDL_VIDEO_DRIVER_WIN32 | 414 #if SDL_VIDEO_DRIVER_WINDOWS |
415 extern VideoBootStrap WIN32_bootstrap; | 415 extern VideoBootStrap WINDOWS_bootstrap; |
416 #endif | 416 #endif |
417 #if SDL_VIDEO_DRIVER_BWINDOW | 417 #if SDL_VIDEO_DRIVER_BWINDOW |
418 extern VideoBootStrap BWINDOW_bootstrap; | 418 extern VideoBootStrap BWINDOW_bootstrap; |
419 #endif | 419 #endif |
420 #if SDL_VIDEO_DRIVER_PHOTON | 420 #if SDL_VIDEO_DRIVER_PHOTON |