Mercurial > sdl-ios-xcode
comparison src/video/SDL_video.c @ 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 | 27cb016592f9 |
comparison
equal
deleted
inserted
replaced
29:a8360daed17d | 30:57bf11a5efd7 |
---|---|
48 #ifdef ENABLE_X11 | 48 #ifdef ENABLE_X11 |
49 &X11_bootstrap, | 49 &X11_bootstrap, |
50 #endif | 50 #endif |
51 #ifdef ENABLE_DGA | 51 #ifdef ENABLE_DGA |
52 &DGA_bootstrap, | 52 &DGA_bootstrap, |
53 #endif | |
54 #ifdef ENABLE_NANOX | |
55 &NX_bootstrap, | |
53 #endif | 56 #endif |
54 #ifdef ENABLE_FBCON | 57 #ifdef ENABLE_FBCON |
55 &FBCON_bootstrap, | 58 &FBCON_bootstrap, |
56 #endif | 59 #endif |
57 #ifdef ENABLE_PS2GS | 60 #ifdef ENABLE_PS2GS |