Mercurial > sdl-ios-xcode
comparison src/video/SDL_video.c @ 989:475166d13b44
Factorize OSMesa OpenGL code for Atari drivers
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Thu, 25 Nov 2004 15:47:49 +0000 |
parents | cdea7cbc3e23 |
children | c1c2efca4548 |
comparison
equal
deleted
inserted
replaced
988:24b5c3ad4852 | 989:475166d13b44 |
---|---|
744 if ( flags & (SDL_OPENGL | SDL_OPENGLBLIT) ) { | 744 if ( flags & (SDL_OPENGL | SDL_OPENGLBLIT) ) { |
745 | 745 |
746 #if (defined(macintosh) && !defined(__MWERKS__)) | 746 #if (defined(macintosh) && !defined(__MWERKS__)) |
747 #define __SDL_NOGETPROCADDR__ | 747 #define __SDL_NOGETPROCADDR__ |
748 #elif defined(__QNXNTO__) && (_NTO_VERSION < 630) | 748 #elif defined(__QNXNTO__) && (_NTO_VERSION < 630) |
749 #define __SDL_NOGETPROCADDR__ | |
750 #elif defined(__MINT__) | |
749 #define __SDL_NOGETPROCADDR__ | 751 #define __SDL_NOGETPROCADDR__ |
750 #endif | 752 #endif |
751 #ifdef __SDL_NOGETPROCADDR__ | 753 #ifdef __SDL_NOGETPROCADDR__ |
752 #define SDL_PROC(ret,func,params) video->func=func; | 754 #define SDL_PROC(ret,func,params) video->func=func; |
753 #else | 755 #else |