Mercurial > sdl-ios-xcode
comparison src/video/SDL_sysvideo.h @ 30:57bf11a5efd7
Added initial support for Nano-X (thanks Hsieh-Fu!)
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Fri, 11 May 2001 01:13:35 +0000 |
parents | 8cc4dbfab9ab |
children | 45b1c4303f87 |
comparison
equal
deleted
inserted
replaced
29:a8360daed17d | 30:57bf11a5efd7 |
---|---|
329 extern VideoBootStrap X11_bootstrap; | 329 extern VideoBootStrap X11_bootstrap; |
330 #endif | 330 #endif |
331 #ifdef ENABLE_DGA | 331 #ifdef ENABLE_DGA |
332 extern VideoBootStrap DGA_bootstrap; | 332 extern VideoBootStrap DGA_bootstrap; |
333 #endif | 333 #endif |
334 #ifdef ENABLE_NANOX | |
335 extern VideoBootStrap NX_bootstrap; | |
336 #endif | |
334 #ifdef ENABLE_FBCON | 337 #ifdef ENABLE_FBCON |
335 extern VideoBootStrap FBCON_bootstrap; | 338 extern VideoBootStrap FBCON_bootstrap; |
336 #endif | 339 #endif |
337 #ifdef ENABLE_PS2GS | 340 #ifdef ENABLE_PS2GS |
338 extern VideoBootStrap PS2GS_bootstrap; | 341 extern VideoBootStrap PS2GS_bootstrap; |