X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fe2e43661ec454a020e57deda94db36ca26f8a1e..012409e9ef464462a096344d61119d783b77865d:/include/wx/os2/dc.h diff --git a/include/wx/os2/dc.h b/include/wx/os2/dc.h index aabfd38711..85d37c6593 100644 --- a/include/wx/os2/dc.h +++ b/include/wx/os2/dc.h @@ -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