X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7b65ea1af911e4ba65c47e2ed4f3138367b2bdbb..f001799009630c46bc87aff5a84dbd2523005505:/include/wx/motif/dc.h?ds=inline diff --git a/include/wx/motif/dc.h b/include/wx/motif/dc.h index a80111b22b..5368b113b0 100644 --- a/include/wx/motif/dc.h +++ b/include/wx/motif/dc.h @@ -155,26 +155,13 @@ public: return (wxCoord)((double)(y) * m_scaleY - 0.5); } - void SetInternalDeviceOrigin( wxCoord x, wxCoord y ); - void GetInternalDeviceOrigin( wxCoord *x, wxCoord *y ); - public: // not sure what for, but what is a mm on a screen you don't know the size of? double m_mm_to_pix_x,m_mm_to_pix_y; - // If un-scrolled is non-zero or d.o. changes with scrolling. Set using - // SetInternalDeviceOrigin(). - wxCoord m_internalDeviceOriginX,m_internalDeviceOriginY; - - // To be set by external classes such as wxScrolledWindow using - // SetDeviceOrigin() - wxCoord m_externalDeviceOriginX,m_externalDeviceOriginY; - // recompute scale? bool m_needComputeScaleX, m_needComputeScaleY; - // wxPSDC wants to have this. Will disappear. - float m_scaleFactor; }; #endif