]> git.saurik.com Git - wxWidgets.git/commitdiff
Put old wxDC methods using long instead of wxCoord
authorRobert Roebling <robert@roebling.de>
Thu, 3 May 2007 22:25:30 +0000 (22:25 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 3 May 2007 22:25:30 +0000 (22:25 +0000)
    into WXWIN_COMP_2_8

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dc.h

index a5577528a69c34555b93b48a487b9f8594502e84..ab02c5c78b4eca767e9058a3a1dc396d35e84b83 100644 (file)
@@ -607,6 +607,7 @@ public:
     // misc old functions
     // ------------------
 
+#if WXWIN_COMPATIBILITY_2_8
     // for compatibility with the old code when wxCoord was long everywhere
     void GetTextExtent(const wxString& string,
                        long *x, long *y,
@@ -656,6 +657,7 @@ public:
         if (w) *w = ww;
         if (h) *h = hh;
     }
+#endif  // WXWIN_COMPATIBILITY_2_8
 
     // RTL related functions
     // ---------------------