comparison src/video/nanox/SDL_nxvideo.c @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents c71e05b4dc2e
children d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
25 clare@setabox.com 25 clare@setabox.com
26 */ 26 */
27 27
28 #include "SDL_thread.h" 28 #include "SDL_thread.h"
29 #include "SDL_video.h" 29 #include "SDL_video.h"
30 #include "SDL_pixels_c.h" 30 #include "../SDL_pixels_c.h"
31 #include "SDL_events_c.h" 31 #include "../../events/SDL_events_c.h"
32 32
33 #define MWINCLUDECOLORS 33 #define MWINCLUDECOLORS
34 #include "SDL_nxvideo.h" 34 #include "SDL_nxvideo.h"
35 #include "SDL_nxmodes_c.h" 35 #include "SDL_nxmodes_c.h"
36 #include "SDL_nxwm_c.h" 36 #include "SDL_nxwm_c.h"
117 device -> SetGamma = NULL ; 117 device -> SetGamma = NULL ;
118 device -> GetGamma = NULL ; 118 device -> GetGamma = NULL ;
119 device -> SetGammaRamp = NX_SetGammaRamp ; 119 device -> SetGammaRamp = NX_SetGammaRamp ;
120 device -> GetGammaRamp = NX_GetGammaRamp ; 120 device -> GetGammaRamp = NX_GetGammaRamp ;
121 121
122 #ifdef HAVE_OPENGL 122 #if SDL_VIDEO_OPENGL
123 device -> GL_LoadLibrary = NULL ; 123 device -> GL_LoadLibrary = NULL ;
124 device -> GL_GetProcAddress = NULL ; 124 device -> GL_GetProcAddress = NULL ;
125 device -> GL_GetAttribute = NULL ; 125 device -> GL_GetAttribute = NULL ;
126 device -> GL_MakeCurrent = NULL ; 126 device -> GL_MakeCurrent = NULL ;
127 device -> GL_SwapBuffers = NULL ; 127 device -> GL_SwapBuffers = NULL ;