]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/dc.h
typo fixed
[wxWidgets.git] / include / wx / os2 / dc.h
index 90a77078b517bdc7d3880dec22e2c2f1265665f3..75026782c301900d038cb2941c4bf4e92e4e549c 100644 (file)
@@ -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