Skip to content

Commit

Permalink
Fixed bug #806
Browse files Browse the repository at this point in the history
 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
  • Loading branch information
slouken committed Sep 26, 2009
1 parent 37ceb1d commit e4cf4c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/video/quartz/SDL_QuartzEvents.m
Expand Up @@ -28,6 +28,13 @@
#include <IOKit/pwr_mgt/IOPMLib.h> /* 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
Expand Down

0 comments on commit e4cf4c3

Please sign in to comment.