pkgsrc/x11/py-wxWidgets/patches/patch-af
joerg ad2b4d6490 Update to py-wxWidgets-2.8.10.1. The biggest change is the switch to
wxGTK 2.8 and the Unicode version as backend.
2009-08-06 23:21:31 +00:00

13 lines
550 B
Text

$NetBSD: patch-af,v 1.1 2009/08/06 23:21:31 joerg Exp $
--- src/_dc.i.orig 2009-08-06 08:16:36.000000000 +0200
+++ src/_dc.i
@@ -379,8 +379,6 @@ screen is damaged.", "
%Rename(SetClippingRegionAsRegion, void, SetClippingRegion(const wxRegion& region));
%Rename(SetClippingRect, void, SetClippingRegion(const wxRect& rect));
- void SetDeviceClippingRegion(const wxRegion& region);
-
DocDeclAStr(
void , DrawLines(int points, wxPoint* points_array,
wxCoord xoffset = 0, wxCoord yoffset = 0),