code using ms_PaintDC changed a little (a couple of asserts added, the behaviour
did not change) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -57,8 +57,8 @@ class WXDLLEXPORT wxPaintDC: public wxDC
|
||||
~wxPaintDC(void);
|
||||
|
||||
protected:
|
||||
static WXHDC m_staticPaintHDC ;
|
||||
static int m_staticPaintCount ;
|
||||
static WXHDC ms_PaintHDC;
|
||||
static uint ms_PaintCount;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user