Mercurial > sdl-ios-xcode
comparison src/video/SDL_video.c @ 167:cb384ef627f6
Added support for DirectFB video on Linux (thanks Denis!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 04 Sep 2001 22:53:46 +0000 |
parents | 0ae324925dd7 |
children | 83018110dce8 |
comparison
equal
deleted
inserted
replaced
166:39877400bd1e | 167:cb384ef627f6 |
---|---|
54 #ifdef ENABLE_NANOX | 54 #ifdef ENABLE_NANOX |
55 &NX_bootstrap, | 55 &NX_bootstrap, |
56 #endif | 56 #endif |
57 #ifdef ENABLE_FBCON | 57 #ifdef ENABLE_FBCON |
58 &FBCON_bootstrap, | 58 &FBCON_bootstrap, |
59 #endif | |
60 #ifdef ENABLE_DIRECTFB | |
61 &DirectFB_bootstrap, | |
59 #endif | 62 #endif |
60 #ifdef ENABLE_PS2GS | 63 #ifdef ENABLE_PS2GS |
61 &PS2GS_bootstrap, | 64 &PS2GS_bootstrap, |
62 #endif | 65 #endif |
63 #ifdef ENABLE_GGI | 66 #ifdef ENABLE_GGI |