wxMotif: wxWindow/Client/PaintDC starting to work.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -901,6 +901,7 @@ typedef void* WXPixmap;
|
||||
typedef void* WXFontStructPtr;
|
||||
typedef void* WXGC;
|
||||
typedef void* WXRegion;
|
||||
typedef void* WXFont;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
@@ -118,6 +118,7 @@ protected:
|
||||
int m_currentStyle ;
|
||||
int m_currentFill ;
|
||||
int m_autoSetting ; // See comment in dcclient.cpp
|
||||
WXFont m_oldFont;
|
||||
};
|
||||
|
||||
class WXDLLEXPORT wxPaintDC: public wxWindowDC
|
||||
|
Reference in New Issue
Block a user