Mercurial > sdl-ios-xcode
comparison src/video/quartz/SDL_QuartzEvents.m @ 4244:8fc98498e4f0 SDL-1.2
Fixed bug #806
Max Horn 2009-09-24 13:16:05 PDT
Current SDL 1.2 SVN luckily builds on several systems now: 10.4 (PPC and 32bit intel), 10.5 (32 bit) and 10.6 (32 bit). However, it fails to build on 10.5 in 64 bit mode
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 26 Sep 2009 11:42:39 +0000 |
parents | 2bb68bacdc54 |
children | ed5e32187eec |
comparison
equal
deleted
inserted
replaced
4243:22aec2e85b86 | 4244:8fc98498e4f0 |
---|---|
25 #include "SDL_QuartzWM.h" | 25 #include "SDL_QuartzWM.h" |
26 | 26 |
27 #include <IOKit/IOMessage.h> /* For wake from sleep detection */ | 27 #include <IOKit/IOMessage.h> /* For wake from sleep detection */ |
28 #include <IOKit/pwr_mgt/IOPMLib.h> /* For wake from sleep detection */ | 28 #include <IOKit/pwr_mgt/IOPMLib.h> /* For wake from sleep detection */ |
29 #include "SDL_QuartzKeys.h" | 29 #include "SDL_QuartzKeys.h" |
30 | |
31 /* | |
32 * On Leopard, this is missing from the 64-bit headers | |
33 */ | |
34 #ifndef UsrActivity | |
35 #define UsrActivity 1 | |
36 #endif | |
30 | 37 |
31 /* | 38 /* |
32 * In Panther, this header defines device dependent masks for | 39 * In Panther, this header defines device dependent masks for |
33 * right side keys. These definitions only exist in Panther, but | 40 * right side keys. These definitions only exist in Panther, but |
34 * the header seems to exist at least in Jaguar and probably earlier | 41 * the header seems to exist at least in Jaguar and probably earlier |