]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/dcpsg.h
activating DrawRectangle optimization
[wxWidgets.git] / include / wx / generic / dcpsg.h
index e33773ddd36ea7d69fc5063674b7b81c2133fb6f..65e36cbce87bfe0dc28555e1892372d3b17dc4fd 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/generic/dcps.h
+// Name:        wx/generic/dcpsg.h
 // Purpose:     wxPostScriptDC class
 // Author:      Julian Smart and others
 // Modified by:
@@ -94,6 +94,8 @@ public:
     virtual int GetResolution() const;
     virtual wxRect GetPaperRect() const;
 
+    virtual void* GetHandle() const { return NULL; }
+    
 protected:
     bool DoFloodFill(wxCoord x1, wxCoord y1, const wxColour &col,
                      wxFloodFillStyle style = wxFLOOD_SURFACE);