]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dc.h
added GetHpen() and GetHpenOf()
[wxWidgets.git] / include / wx / msw / dc.h
index 1271d458c39b7c64a7a394087ca3455bd1adaf57..13a549c82e6a82f175c5d0e26533011a500e275c 100644 (file)
@@ -190,6 +190,9 @@ protected:
     virtual void DoDrawPolygon(int n, wxPoint points[],
                                wxCoord xoffset, wxCoord yoffset,
                                int fillStyle = wxODDEVEN_RULE);
+    virtual void DoDrawPolyPolygon(int n, int start[], wxPoint points[],
+                                   wxCoord xoffset, wxCoord yoffset,
+                                   int fillStyle = wxODDEVEN_RULE);
 
 
 #if wxUSE_PALETTE