Mercurial > sdl-ios-xcode
comparison include/SDL_syswm.h @ 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 | 0b6f51c29267 |
children | 08574b033f37 |
comparison
equal
deleted
inserted
replaced
3113:df2bb5735822 | 3114:979164e58723 |
---|---|
169 int window; /* The RISC OS display window */ | 169 int window; /* The RISC OS display window */ |
170 }; | 170 }; |
171 | 171 |
172 #elif defined(SDL_VIDEO_DRIVER_PHOTON) || defined(SDL_VIDEO_DRIVER_QNXGF) | 172 #elif defined(SDL_VIDEO_DRIVER_PHOTON) || defined(SDL_VIDEO_DRIVER_QNXGF) |
173 #include <sys/neutrino.h> | 173 #include <sys/neutrino.h> |
174 #if defined(SDL_VIDEO_OPENGL_ES) | |
175 #include <gf/gf.h> | |
176 #endif /* SDL_VIDEO_OPENGL_ES */ | |
174 #include <Ph.h> | 177 #include <Ph.h> |
175 | 178 |
176 /* The QNX custom event structure */ | 179 /* The QNX custom event structure */ |
177 struct SDL_SysWMmsg | 180 struct SDL_SysWMmsg |
178 { | 181 { |