Mercurial > sdl-ios-xcode
comparison src/video/SDL_video.c @ 75:b0ae59d0f3ee
Added patches from FreeBSD ports
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Tue, 19 Jun 2001 13:33:54 +0000 |
parents | bd6b0a910a65 |
children | 0ae324925dd7 |
comparison
equal
deleted
inserted
replaced
74:6e28dae59e3b | 75:b0ae59d0f3ee |
---|---|
60 #ifdef ENABLE_PS2GS | 60 #ifdef ENABLE_PS2GS |
61 &PS2GS_bootstrap, | 61 &PS2GS_bootstrap, |
62 #endif | 62 #endif |
63 #ifdef ENABLE_GGI | 63 #ifdef ENABLE_GGI |
64 &GGI_bootstrap, | 64 &GGI_bootstrap, |
65 #endif | |
66 #ifdef ENABLE_VGL | |
67 &VGL_bootstrap, | |
65 #endif | 68 #endif |
66 #ifdef ENABLE_SVGALIB | 69 #ifdef ENABLE_SVGALIB |
67 &SVGALIB_bootstrap, | 70 &SVGALIB_bootstrap, |
68 #endif | 71 #endif |
69 #ifdef ENABLE_AALIB | 72 #ifdef ENABLE_AALIB |