From: adam Date: Sun, 9 Jan 2005 09:15:50 +0000 (+0000) Subject: changed four-character Apple Window Identifiers from XWT to IBX X-Git-Tag: 01-July-2005~35 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=46eae3c830a9d95770ae1113fc542c68732ea68b;hp=e6792a95656bee5fba9891c625bf277804a1c6a5 changed four-character Apple Window Identifiers from XWT to IBX darcs-hash:20050109091550-5007d-3cf78ea5e44d688d022490d9db12e41713b9564a.gz --- diff --git a/src/org/ibex/plat/Darwin.cc b/src/org/ibex/plat/Darwin.cc index a35ba3a..9a77ae0 100644 --- a/src/org/ibex/plat/Darwin.cc +++ b/src/org/ibex/plat/Darwin.cc @@ -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;