]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/dc.h
fixed the last of the off-by-one errors (some are refixed, again...)
[wxWidgets.git] / include / wx / mgl / dc.h
index 5d4b1c1be11d3869886178d1cadddbbfdcce2656..d59cec8a7bfc733bb2ed079b1f17c0c139b884cd 100644 (file)
@@ -45,6 +45,7 @@ class WXDLLEXPORT wxDC;
 
 // MGL fwd declarations:
 class MGLDevCtx;
+class MGLRegion;
 struct font_t;
 
 class WXDLLEXPORT wxDC : public wxDCBase
@@ -268,6 +269,8 @@ protected:
     wxPalette         m_oldPalette;
     
     wxRegion          m_currentClippingRegion;
+    // clipping region m_MGLDC had when it was attached:
+    MGLRegion        *m_globalClippingRegion;
 
     // wxDC::Blit handles memoryDCs as special cases :(
     bool              m_isMemDC;