Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11video.h @ 1952:420716272158
Implemented X11 OpenGL support.
Added support for the SDL_VIDEO_OPENGL environment variable.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 28 Jul 2006 08:43:17 +0000 |
parents | 7177581dc9fa |
children | 4bd2dc41fc15 |
comparison
equal
deleted
inserted
replaced
1951:7177581dc9fa | 1952:420716272158 |
---|---|
51 #include "SDL_x11events.h" | 51 #include "SDL_x11events.h" |
52 //#include "SDL_x11gamma.h" | 52 //#include "SDL_x11gamma.h" |
53 #include "SDL_x11keyboard.h" | 53 #include "SDL_x11keyboard.h" |
54 #include "SDL_x11modes.h" | 54 #include "SDL_x11modes.h" |
55 #include "SDL_x11mouse.h" | 55 #include "SDL_x11mouse.h" |
56 //#include "SDL_x11opengl.h" | 56 #include "SDL_x11opengl.h" |
57 #include "SDL_x11window.h" | 57 #include "SDL_x11window.h" |
58 | 58 |
59 /* Private display data */ | 59 /* Private display data */ |
60 | 60 |
61 typedef struct SDL_VideoData | 61 typedef struct SDL_VideoData |