Further wxDC changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2302,7 +2302,7 @@ void wxGTKWindowImplDC::DoSetClippingRegion( wxCoord x, wxCoord y, wxCoord width
|
||||
wxCoord xx, yy, ww, hh;
|
||||
m_currentClippingRegion.GetBox( xx, yy, ww, hh );
|
||||
#if wxUSE_NEW_DC
|
||||
wxImplDC::DoSetClippingRegion( xx, yy, ww, hh );
|
||||
wxGTKImplDC::DoSetClippingRegion( xx, yy, ww, hh );
|
||||
#else
|
||||
wxDC::DoSetClippingRegion( xx, yy, ww, hh );
|
||||
#endif
|
||||
@@ -2338,7 +2338,7 @@ void wxGTKWindowImplDC::DoSetClippingRegionAsRegion( const wxRegion ®ion )
|
||||
wxCoord xx, yy, ww, hh;
|
||||
m_currentClippingRegion.GetBox( xx, yy, ww, hh );
|
||||
#if wxUSE_NEW_DC
|
||||
wxImplDC::DoSetClippingRegion( xx, yy, ww, hh );
|
||||
wxGTKImplDC::DoSetClippingRegion( xx, yy, ww, hh );
|
||||
#else
|
||||
wxDC::DoSetClippingRegion( xx, yy, ww, hh );
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user