]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dc.h
Fixed wxPropertyGridPage::DoSetSplitterPosition() infinite recursion
[wxWidgets.git] / include / wx / dc.h
index fefa92f50e64e69dc9ecae3ae2286832f1c07c2e..ce9356e65393794fce3758a18cd3c3641468f3df 100644 (file)
@@ -1121,8 +1121,12 @@ public:
     wxDEPRECATED( void GetLogicalOrigin(long *x, long *y) const );
     wxDEPRECATED( void GetDeviceOrigin(long *x, long *y) const );
     wxDEPRECATED( void GetClippingBox(long *x, long *y, long *w, long *h) const );
+
 #endif  // WXWIN_COMPATIBILITY_2_8
 
+#ifdef __WXMSW__
+    WXHDC GetHDC() const;
+#endif // __WXMSW__
 
 protected:
     // ctor takes ownership of the pointer