]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/dcclient.h
Changed order of #ifdefs to get native version on OS/2, even if
[wxWidgets.git] / include / wx / stubs / dcclient.h
index 99845221b6225cd406937004f3f7a55dae1f412a..29e4e6f7a06c5b50c1b6ae3dd31415874eef2dbc 100644 (file)
@@ -39,7 +39,7 @@ class WXDLLEXPORT wxWindowDC: public wxDC
 
     ~wxWindowDC(void);
     
-    virtual void FloodFill( long x1, long y1, wxColour* col, int style=wxFLOOD_SURFACE );
+    virtual void FloodFill( long x1, long y1, const wxColour& col, int style=wxFLOOD_SURFACE );
     virtual bool GetPixel( long x1, long y1, wxColour *col ) const;
 
     virtual void DrawLine( long x1, long y1, long x2, long y2 );
@@ -85,6 +85,7 @@ class WXDLLEXPORT wxWindowDC: public wxDC
     virtual void SetPalette( const wxPalette& palette );
     
     virtual void SetClippingRegion( long x, long y, long width, long height );
+    virtual void SetClippingRegion( const wxRegion& region ) ;
     virtual void DestroyClippingRegion(void);
     
     virtual void DrawSpline( wxList *points );