git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20181
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
static pascal OSStatus MenuEventHandler( EventHandlerCallRef handler , EventRef event , void *data )
{
- OSStatus result = eventNotHandledErr ;
- UInt32 kind = GetEventKind( event ) ;
-
- return result ;
+ return eventNotHandledErr ;
}
// due to the rather low-level event API of wxWindows, we cannot use RunApplicationEventLoop
static pascal OSStatus MenuEventHandler( EventHandlerCallRef handler , EventRef event , void *data )
{
- OSStatus result = eventNotHandledErr ;
- UInt32 kind = GetEventKind( event ) ;
-
- return result ;
+ return eventNotHandledErr ;
}
// due to the rather low-level event API of wxWindows, we cannot use RunApplicationEventLoop