Author: rolf
Date: 2007-06-13 11:59:00 -0400 (Wed, 13 Jun 2007)
New Revision: 79444
Modified:
trunk/olive/class/agclr/System.Windows.Shapes/ChangeLog
trunk/olive/class/agclr/System.Windows.Shapes/Polyline.cs
Log:
* Polyline.cs: Use native constructors.
Modified: trunk/olive/class/agclr/System.Windows.Shapes/ChangeLog
===================================================================
--- trunk/olive/class/agclr/System.Windows.Shapes/ChangeLog 2007-06-13
15:58:40 UTC (rev 79443)
+++ trunk/olive/class/agclr/System.Windows.Shapes/ChangeLog 2007-06-13
15:59:00 UTC (rev 79444)
@@ -1,5 +1,9 @@
2007-06-13 Rolf Bjarne Kvinge <[EMAIL PROTECTED]>
+ * Polyline.cs: Use native constructors.
+
+2007-06-13 Rolf Bjarne Kvinge <[EMAIL PROTECTED]>
+
* Polyline.cs, Path.cs, Ellipse.cs, Line.cs, Polygon.cs: Implement
GetKind.
Modified: trunk/olive/class/agclr/System.Windows.Shapes/Polyline.cs
===================================================================
--- trunk/olive/class/agclr/System.Windows.Shapes/Polyline.cs 2007-06-13
15:58:40 UTC (rev 79443)
+++ trunk/olive/class/agclr/System.Windows.Shapes/Polyline.cs 2007-06-13
15:59:00 UTC (rev 79444)
@@ -38,6 +38,7 @@
public Polyline ()
{
+ native = NativeMethods.polyline_new ();
}
internal Polyline (IntPtr raw)
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches