Mercurial > sdl-ios-xcode
comparison src/video/SDL_video.c @ 3257:94fb40a4a9a7
Merged Martin's code changes from Google Summer of Code 2009
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 07 Sep 2009 04:51:29 +0000 |
parents | 413672b09bb3 |
children | 82ce350be859 |
comparison
equal
deleted
inserted
replaced
3256:83c87f2b2aab | 3257:94fb40a4a9a7 |
---|---|
70 #if SDL_VIDEO_DRIVER_DIRECTFB | 70 #if SDL_VIDEO_DRIVER_DIRECTFB |
71 &DirectFB_bootstrap, | 71 &DirectFB_bootstrap, |
72 #endif | 72 #endif |
73 #if SDL_VIDEO_DRIVER_PS2GS | 73 #if SDL_VIDEO_DRIVER_PS2GS |
74 &PS2GS_bootstrap, | 74 &PS2GS_bootstrap, |
75 #endif | |
76 #if SDL_VIDEO_DRIVER_PS3 | |
77 &PS3_bootstrap, | |
75 #endif | 78 #endif |
76 #if SDL_VIDEO_DRIVER_VGL | 79 #if SDL_VIDEO_DRIVER_VGL |
77 &VGL_bootstrap, | 80 &VGL_bootstrap, |
78 #endif | 81 #endif |
79 #if SDL_VIDEO_DRIVER_SVGALIB | 82 #if SDL_VIDEO_DRIVER_SVGALIB |