Mercurial > sdl-ios-xcode
changeset 3114:979164e58723
GF header must be included before Photon header for QNX.
author | Mike Gorchak <lestat@i.com.ua> |
---|---|
date | Tue, 28 Apr 2009 06:04:21 +0000 |
parents | df2bb5735822 |
children | 1102a3305928 |
files | include/SDL_syswm.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/include/SDL_syswm.h Tue Apr 28 04:46:05 2009 +0000 +++ b/include/SDL_syswm.h Tue Apr 28 06:04:21 2009 +0000 @@ -171,6 +171,9 @@ #elif defined(SDL_VIDEO_DRIVER_PHOTON) || defined(SDL_VIDEO_DRIVER_QNXGF) #include <sys/neutrino.h> +#if defined(SDL_VIDEO_OPENGL_ES) +#include <gf/gf.h> +#endif /* SDL_VIDEO_OPENGL_ES */ #include <Ph.h> /* The QNX custom event structure */