]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/dc.h
safe macro expansion
[wxWidgets.git] / include / wx / os2 / dc.h
index aabfd387118f77a85213ef1a486675512c7761fa..85d37c6593d2d496f5eab3bc720cdb07f8f7f314 100644 (file)
@@ -157,6 +157,8 @@ public:
     const wxBitmap& GetSelectedBitmap(void) const { return m_vSelectedBitmap; }
     wxBitmap&       GetSelectedBitmap(void) { return m_vSelectedBitmap; }
 
+    void            UpdateClipBox();
+
 protected:
     virtual void DoFloodFill( wxCoord         vX
                              ,wxCoord         vY
@@ -319,11 +321,9 @@ public:
     bool                            m_bOwnsDC:1;
 
     //
-    // our HDC and its usage count: we only free it when the usage count drops
-    // to 0
+    // our HDC
     //
     WXHDC                           m_hDC;
-    int                             m_nDCCount;
 
     //
     // Store all old GDI objects when do a SelectObject, so we can select them