# HG changeset patch # User Sam Lantinga # Date 1253965359 0 # Node ID 8fc98498e4f02f7958952a7a485b2fff5d263d3a # Parent 22aec2e85b863560c4c69fe46c50f90dd8b3ac38 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 diff -r 22aec2e85b86 -r 8fc98498e4f0 src/video/quartz/SDL_QuartzEvents.m --- a/src/video/quartz/SDL_QuartzEvents.m Sat Sep 26 10:37:28 2009 +0000 +++ b/src/video/quartz/SDL_QuartzEvents.m Sat Sep 26 11:42:39 2009 +0000 @@ -28,6 +28,13 @@ #include /* For wake from sleep detection */ #include "SDL_QuartzKeys.h" +/* + * On Leopard, this is missing from the 64-bit headers + */ +#ifndef UsrActivity +#define UsrActivity 1 +#endif + /* * In Panther, this header defines device dependent masks for * right side keys. These definitions only exist in Panther, but