changed four-character Apple Window Identifiers from XWT to IBX
authoradam <adam@megacz.com>
Sun, 9 Jan 2005 09:15:50 +0000 (09:15 +0000)
committeradam <adam@megacz.com>
Sun, 9 Jan 2005 09:15:50 +0000 (09:15 +0000)
darcs-hash:20050109091550-5007d-3cf78ea5e44d688d022490d9db12e41713b9564a.gz

src/org/ibex/plat/Darwin.cc

index a35ba3a..9a77ae0 100644 (file)
@@ -259,9 +259,9 @@ class SmartCFString {
 };
 
 // CHECKME: Is just making up your own four char codes really correct?
-const static UInt32 kEventClassCarbonMessage = 'ibexa';
-const static UInt32 kEventCarbonMessage = 'ibexb';
-const static UInt32 kEventParamCarbonMessage = 'ibexc';
+const static UInt32 kEventClassCarbonMessage = 'ibxa';
+const static UInt32 kEventCarbonMessage = 'ibxb';
+const static UInt32 kEventParamCarbonMessage = 'ibxc';
 
 static OSStatus carbonMessageEventHandler(EventHandlerCallRef handler, EventRef e, void *userData);
 static EventHandlerUPP carbonMessageEventHandlerUPP;