Fixed Carbon compilation.
Regression since r74855 and r74954. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -242,7 +242,7 @@ short wxApp::MacHandleAEPDoc(const WXEVENTREF event , WXEVENTREF WXUNUSED(reply)
|
|||||||
return err;
|
return err;
|
||||||
|
|
||||||
fName = wxMacFSRefToPath( &theRef ) ;
|
fName = wxMacFSRefToPath( &theRef ) ;
|
||||||
files += fName;
|
fileNames.Add( fName );
|
||||||
}
|
}
|
||||||
|
|
||||||
MacPrintFiles(fileNames);
|
MacPrintFiles(fileNames);
|
||||||
|
@@ -496,10 +496,12 @@ WXWindow wxNonOwnedWindow::GetWXWindow() const
|
|||||||
return m_nowpeer ? m_nowpeer->GetWXWindow() : NULL;
|
return m_nowpeer ? m_nowpeer->GetWXWindow() : NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if wxOSX_USE_COCOA_OR_IPHONE
|
||||||
void *wxNonOwnedWindow::OSXGetViewOrWindow() const
|
void *wxNonOwnedWindow::OSXGetViewOrWindow() const
|
||||||
{
|
{
|
||||||
return GetWXWindow();
|
return GetWXWindow();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
// Shape implementation
|
// Shape implementation
|
||||||
|
@@ -2545,10 +2545,12 @@ bool wxWindowMac::OSXHandleClicked( double WXUNUSED(timestampsec) )
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if wxOSX_USE_COCOA_OR_IPHONE
|
||||||
void *wxWindowMac::OSXGetViewOrWindow() const
|
void *wxWindowMac::OSXGetViewOrWindow() const
|
||||||
{
|
{
|
||||||
return GetHandle();
|
return GetHandle();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
wxInt32 wxWindowMac::MacControlHit(WXEVENTHANDLERREF WXUNUSED(handler) , WXEVENTREF event )
|
wxInt32 wxWindowMac::MacControlHit(WXEVENTHANDLERREF WXUNUSED(handler) , WXEVENTREF event )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user