Compile fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell 2007-05-10 20:41:44 +00:00
parent c57fe715b2
commit f8fc38322f

View File

@ -2297,7 +2297,7 @@ void wxDC::Clear(void)
else
return (wxCoord)((double)new_y * m_scaleY - 0.5) * m_signY + m_deviceOriginY + m_macLocalOrigin.y;
}
*/ // TODO
wxCoord wxDC::DeviceToLogicalX(wxCoord x) const
{
return wxRound((double)(x - m_deviceOriginX) / m_scaleX) * m_signX + m_logicalOriginX;
@ -2337,5 +2337,5 @@ wxCoord wxDC::LogicalToDeviceYRel(wxCoord y) const
{
return wxRound((double)(y) * m_scaleY);
}
*/ // TODO
#endif // wxMAC_USE_CORE_GRAPHICS