]> git.saurik.com Git - wxWidgets.git/commitdiff
reverting part of Kevin O's patch, due to incompatibility problems
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 6 Feb 2004 09:10:58 +0000 (09:10 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 6 Feb 2004 09:10:58 +0000 (09:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/window.cpp
src/mac/window.cpp

index d462f005b93660369cc84f974e91d7c7ccb08f17..1e7584ac8d197b064d9f64d18aa6a82ce8f239e2 100644 (file)
@@ -1467,11 +1467,7 @@ bool wxWindowMac::MacSetupCursor( const wxPoint& pt)
 }
 
 bool wxWindowMac::MacDispatchMouseEvent(wxMouseEvent& event)
-{
-    //In case a third-party component changed the port...
-    wxMacPortStateHelper help( (GrafPtr) GetWindowPort( (WindowRef) MacGetRootWindow()) ) ;
-    wxMacWindowClipper clip (this);
-    
+{    
     if ((event.m_x < m_x) || (event.m_y < m_y) ||
         (event.m_x > (m_x + m_width)) || (event.m_y > (m_y + m_height)))
         return FALSE;
index d462f005b93660369cc84f974e91d7c7ccb08f17..1e7584ac8d197b064d9f64d18aa6a82ce8f239e2 100644 (file)
@@ -1467,11 +1467,7 @@ bool wxWindowMac::MacSetupCursor( const wxPoint& pt)
 }
 
 bool wxWindowMac::MacDispatchMouseEvent(wxMouseEvent& event)
-{
-    //In case a third-party component changed the port...
-    wxMacPortStateHelper help( (GrafPtr) GetWindowPort( (WindowRef) MacGetRootWindow()) ) ;
-    wxMacWindowClipper clip (this);
-    
+{    
     if ((event.m_x < m_x) || (event.m_y < m_y) ||
         (event.m_x > (m_x + m_width)) || (event.m_y > (m_y + m_height)))
         return FALSE;