X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1408104d04fdea106c8ec288866c4143078ae71b..ec6e0a192c1abd0c7880e7ab11cd63de9706aef8:/include/wx/os2/dc.h diff --git a/include/wx/os2/dc.h b/include/wx/os2/dc.h index 90a77078b5..75026782c3 100644 --- a/include/wx/os2/dc.h +++ b/include/wx/os2/dc.h @@ -16,6 +16,7 @@ #pragma interface "dc.h" #endif +#include "wx/window.h" #include "wx/pen.h" #include "wx/brush.h" #include "wx/icon.h" @@ -156,16 +157,6 @@ class WXDLLEXPORT wxDC: public wxDCBase private: - void ComputeScaleAndOrigin(void); - long XDEV2LOG(long x) const; - long XDEV2LOGREL(long x) const; - long YDEV2LOG(long y) const; - long YDEV2LOGREL(long y) const; - long XLOG2DEV(long x) const; - long XLOG2DEVREL(long x) const; - long YLOG2DEV(long y) const; - long YLOG2DEVREL(long y) const; - #if WXWIN_COMPATIBILITY // function hiding warning supression virtual void GetTextExtent( const wxString& string