]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/utils_osx.cpp
Spell contributor name correctly.
[wxWidgets.git] / src / osx / utils_osx.cpp
index bd165782c5e6319728c3a5a1a3cfdc0b0eafdba4..c7adb418110dc1f4527250b5afe869fa10bf4b57 100644 (file)
@@ -162,7 +162,6 @@ wxEventLoopBase* wxGUIAppTraits::CreateEventLoop()
     return new wxEventLoop;
 }
 
     return new wxEventLoop;
 }
 
-wxNonOwnedWindow *wxFindWindowFromWXWindow(WXWindow inWindowRef);
 wxWindow* wxFindWindowAtPoint(wxWindow* win, const wxPoint& pt);
 
 wxWindow* wxFindWindowAtPoint(const wxPoint& pt)
 wxWindow* wxFindWindowAtPoint(wxWindow* win, const wxPoint& pt);
 
 wxWindow* wxFindWindowAtPoint(const wxPoint& pt)
@@ -174,7 +173,7 @@ wxWindow* wxFindWindowAtPoint(const wxPoint& pt)
 
     if ( FindWindow( screenPoint , &windowRef ) )
     {
 
     if ( FindWindow( screenPoint , &windowRef ) )
     {
-        wxNonOwnedWindow *nonOwned = wxFindWindowFromWXWindow( windowRef );
+        wxNonOwnedWindow *nonOwned = wxNonOwnedWindow::GetFromWXWindow( windowRef );
 
         if ( nonOwned )
             return wxFindWindowAtPoint( nonOwned , pt );
 
         if ( nonOwned )
             return wxFindWindowAtPoint( nonOwned , pt );