git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5867
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+ wxCoord x,y,w,h;
+ region.GetBox( x, y, w, h );
+
+ wxDC::DoSetClippingRegion( x, y, w, h );
+
if (!m_window) return;
gdk_gc_set_clip_region( m_penGC, region.GetRegion() );
if (!m_window) return;
gdk_gc_set_clip_region( m_penGC, region.GetRegion() );
+ wxCoord x,y,w,h;
+ region.GetBox( x, y, w, h );
+
+ wxDC::DoSetClippingRegion( x, y, w, h );
+
if (!m_window) return;
gdk_gc_set_clip_region( m_penGC, region.GetRegion() );
if (!m_window) return;
gdk_gc_set_clip_region( m_penGC, region.GetRegion() );