]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/dcpsg.h
HTML_xxxx constants changed to wxHTML_xxxx (with backward compatibility through WXWIN...
[wxWidgets.git] / include / wx / generic / dcpsg.h
index fba5f2cb57d1cc3b14ab8c9712a2a9fc63e9c4a3..b12584fd2d1d91911980e6009318c868a1d6eb7a 100644 (file)
@@ -94,8 +94,7 @@ public:
   void SetLogicalFunction( int function );
   void SetBackground( const wxBrush& brush );
 
-  void SetClippingRegion(long x, long y, long width, long height);
-  void SetClippingRegion( const wxRegion &region );
+  void DoSetClippingRegion(long x, long y, long width, long height);
   void DestroyClippingRegion();
 
   void DoSetClippingRegionAsRegion( const wxRegion &WXUNUSED(clip) ) {}