From: Michael Wetherell Date: Thu, 10 May 2007 20:41:44 +0000 (+0000) Subject: Compile fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f8fc38322fad7e56fd942cbc6562782d1c4680c4 Compile fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/dccg.cpp b/src/mac/carbon/dccg.cpp index ed3296bac4..23d903065e 100755 --- a/src/mac/carbon/dccg.cpp +++ b/src/mac/carbon/dccg.cpp @@ -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