Mercurial > sdl-ios-xcode
comparison src/video/SDL_sysvideo.h @ 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 | b0ae59d0f3ee |
children | 83018110dce8 |
comparison
equal
deleted
inserted
replaced
166:39877400bd1e | 167:cb384ef627f6 |
---|---|
335 extern VideoBootStrap NX_bootstrap; | 335 extern VideoBootStrap NX_bootstrap; |
336 #endif | 336 #endif |
337 #ifdef ENABLE_FBCON | 337 #ifdef ENABLE_FBCON |
338 extern VideoBootStrap FBCON_bootstrap; | 338 extern VideoBootStrap FBCON_bootstrap; |
339 #endif | 339 #endif |
340 #ifdef ENABLE_DIRECTFB | |
341 extern VideoBootStrap DirectFB_bootstrap; | |
342 #endif | |
340 #ifdef ENABLE_PS2GS | 343 #ifdef ENABLE_PS2GS |
341 extern VideoBootStrap PS2GS_bootstrap; | 344 extern VideoBootStrap PS2GS_bootstrap; |
342 #endif | 345 #endif |
343 #ifdef ENABLE_GGI | 346 #ifdef ENABLE_GGI |
344 extern VideoBootStrap GGI_bootstrap; | 347 extern VideoBootStrap GGI_bootstrap; |