comparison src/video/nanox/SDL_nxmodes_c.h @ 1402:d910939febfa

Use consistent identifiers for the various platforms we support. Make sure every source file includes SDL_config.h, so the proper system headers are chosen.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 21 Feb 2006 08:46:50 +0000
parents b8d311d90021
children 782fd950bd46 c121d94672cb a1b03ba2fcd0
comparison
equal deleted inserted replaced
1401:1819fd069e89 1402:d910939febfa
21 slouken@libsdl.org 21 slouken@libsdl.org
22 22
23 Hsieh-Fu Tsai 23 Hsieh-Fu Tsai
24 clare@setabox.com 24 clare@setabox.com
25 */ 25 */
26 #include "SDL_config.h"
26 27
27 #include "SDL_nxvideo.h" 28 #include "SDL_nxvideo.h"
28 #include <SDL.h> 29 #include <SDL.h>
29 30
30 extern SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags) ; 31 extern SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags) ;