Mercurial > sdl-ios-xcode
comparison src/video/qtopia/SDL_sysvideo.cc @ 1361:19418e4422cb
New configure-based build system. Still work in progress, but much improved
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 16 Feb 2006 10:11:48 +0000 |
parents | c71e05b4dc2e |
children | 376665398b25 |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
31 | 31 |
32 #include "SDL_QWin.h" | 32 #include "SDL_QWin.h" |
33 | 33 |
34 extern "C" { | 34 extern "C" { |
35 | 35 |
36 #include "SDL_sysvideo.h" | 36 #include "../SDL_sysvideo.h" |
37 #include "../../events/SDL_events_c.h" | |
38 #include "SDL_sysevents_c.h" | |
37 #include "SDL_sysmouse_c.h" | 39 #include "SDL_sysmouse_c.h" |
38 #include "SDL_sysevents_c.h" | |
39 #include "SDL_events_c.h" | |
40 #include "SDL_syswm_c.h" | 40 #include "SDL_syswm_c.h" |
41 #include "SDL_lowvideo.h" | 41 #include "SDL_lowvideo.h" |
42 | 42 |
43 //#define QTOPIA_DEBUG | 43 //#define QTOPIA_DEBUG |
44 #define QT_HIDDEN_SIZE 32 /* starting hidden window size */ | 44 #define QT_HIDDEN_SIZE 32 /* starting hidden window size */ |