From 613318eefe7b5d2b00773aabf863c9452c711736 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Fri, 12 Mar 2010 22:01:03 +0000 Subject: [Author: dmaclach] Reinstate the carbon event application handler. R=thomasvl DELTA=48 (48 added, 0 deleted, 0 changed) --- AppKit/GTMCarbonEvent.m | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'AppKit/GTMCarbonEvent.m') diff --git a/AppKit/GTMCarbonEvent.m b/AppKit/GTMCarbonEvent.m index 2166331..479e49e 100644 --- a/AppKit/GTMCarbonEvent.m +++ b/AppKit/GTMCarbonEvent.m @@ -501,6 +501,23 @@ GTMOBJECT_SINGLETON_BOILERPLATE(GTMCarbonEventMonitorHandler, @end +#if (MAC_OS_X_VERSION_MAX_ALLOWED == MAC_OS_X_VERSION_10_5) +// Accidentally marked as !LP64 in the 10.5sdk, it's back in the 10.6 sdk. +// If you remove this decl, please remove it from GTMCarbonEventTest.m as well. +extern EventTargetRef GetApplicationEventTarget(void); +#endif // (MAC_OS_X_VERSION_MAX_ALLOWED == MAC_OS_X_VERSION_10_5) + +@implementation GTMCarbonEventApplicationEventHandler + +GTMOBJECT_SINGLETON_BOILERPLATE(GTMCarbonEventApplicationEventHandler, + sharedApplicationEventHandler); + +- (EventTargetRef)eventTarget { + return GetApplicationEventTarget(); +} + +@end + @implementation GTMCarbonEventDispatcherHandler GTMOBJECT_SINGLETON_BOILERPLATE(GTMCarbonEventDispatcherHandler, -- cgit v1.2.3