CW Win32 support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -30,8 +30,13 @@ public:
|
||||
wxDC(void);
|
||||
~wxDC(void);
|
||||
|
||||
#ifdef WX_COMP_INLINE_NO_CLASS
|
||||
inline void BeginDrawing(void) {}
|
||||
inline void EndDrawing(void) {}
|
||||
#else
|
||||
inline void wxDC::BeginDrawing(void) {}
|
||||
inline void wxDC::EndDrawing(void) {}
|
||||
#endif
|
||||
|
||||
virtual void FloodFill(long x1, long y1, const wxColour& col, int style=wxFLOOD_SURFACE) ;
|
||||
inline void FloodFill(const wxPoint& pt, const wxColour& col, int style=wxFLOOD_SURFACE)
|
||||
@@ -265,7 +270,11 @@ public:
|
||||
}
|
||||
|
||||
// This should probably be made available on other platforms
|
||||
#ifdef WX_COMP_INLINE_NO_CLASS
|
||||
int GetDepth(void) const ;
|
||||
#else
|
||||
int wxDC::GetDepth(void) const ;
|
||||
#endif
|
||||
|
||||
// Implementation
|
||||
virtual void SetRop(WXHDC cdc);
|
||||
|
Reference in New Issue
Block a user