comparison src/video/photon/SDL_ph_events.c @ 910:4ab6d1fd028f

Date: Sat, 26 Jun 2004 14:58:42 +0300 From: "Mike Gorchak" Subject: QNX 6.3 fixes for SDL Sam, I've added new OpenGL framework for SDL, which appeared in the new QNX version - 6.3. I've leave compatibility with previous QNX versions. And I've moved all GL specific functions to the separate module, like it done for the other platforms. SDL is now ready for the QNX 6.3 :)
author Sam Lantinga <slouken@libsdl.org>
date Sun, 18 Jul 2004 19:46:38 +0000
parents 05c551e5bc64
children c9b51268668f
comparison
equal deleted inserted replaced
909:e247a0139900 910:4ab6d1fd028f
30 #define DISABLE_X11 30 #define DISABLE_X11
31 31
32 #include <stdio.h> 32 #include <stdio.h>
33 #include <setjmp.h> 33 #include <setjmp.h>
34 #include <sys/time.h> 34 #include <sys/time.h>
35 #include <sys/neutrino.h>
36 35
37 #include <Ph.h> 36 #include <Ph.h>
38 #include <photon/PkKeyDef.h> 37 #include <photon/PkKeyDef.h>
39 38
40 #include "SDL.h" 39 #include "SDL.h"