]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/control.cpp
check that the version of __sync_sub_and_fetch that returns a value is supported...
[wxWidgets.git] / src / mac / carbon / control.cpp
index f062739923890bab62c326c22555c366c5c2f575..f787ea9812d4227ae42c1fbd3a333826a45c2162 100644 (file)
@@ -78,10 +78,10 @@ bool wxControl::ProcessCommand( wxCommandEvent &event )
     // Tries:
     // 1) OnCommand, starting at this window and working up parent hierarchy
     // 2) OnCommand then calls ProcessEvent to search the event tables.
-    return GetEventHandler()->ProcessEvent( event );
+    return HandleWindowEvent( event );
 }
 
-void  wxControl::OnKeyDown( wxKeyEvent &event )
+void  wxControl::OnKeyDown( wxKeyEvent &WXUNUSED(event) )
 {
     if ( m_peer == NULL || !m_peer->Ok() )
         return;