wxMGL wxWindow and wxApp mostly complete, now hunting bugs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user