ports/graphics/py-amanith/files/patch-ignore.i
Jose Alonso Cardenas Marquez a7e8c702ee - New port: graphics/py-amanith
PyAmanith is a Python wrapper for the Amanith 2D vector graphics
library. It strives to offer a pythonic interface to the library
and make all its features accessible.

WWW: http://louhi.kempele.fi/~skyostil/projects/pyamanith/

PR:		ports/103655
Submitted by:	Dmitry Marakasov <amdmi3__at__mail.ru>
2006-09-26 15:54:41 +00:00

10 lines
368 B
OpenEdge ABL

--- ignore.i Fri May 5 01:23:47 2006
+++ ignore.i Tue Sep 26 03:54:57 2006
@@ -15,6 +15,7 @@
%ignore Amanith::GEllipseCurve2D::YAxis;
%ignore Amanith::GFont2D::CharMap;
%ignore Amanith::GRenderingContext::GRenderingContext;
+%ignore Amanith::GDrawBoard::DrawEllipseArc;
/* Don't mind these unsupported things */
%warnfilter(362) Amanith::GInterval::operator=;