dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnetlib/System.Drawing/Drawing2D ColorBlend.cs, 1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/System.Drawing/Drawing2D ColorBlend.cs, 1.1, 1.2
Date: Mon, 29 Sep 2003 03:56:40 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Drawing2D
In directory subversions:/tmp/cvs-serv28227/System.Drawing/Drawing2D

Modified Files:
        ColorBlend.cs 
Log Message:


More fixes for build profiles, particularly those lacking floating point.


Index: ColorBlend.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Drawing2D/ColorBlend.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ColorBlend.cs       28 Sep 2003 21:56:30 -0000      1.1
--- ColorBlend.cs       29 Sep 2003 03:56:38 -0000      1.2
***************
*** 28,32 ****
--- 28,34 ----
        {
                private Color[] colors;
+       #if CONFIG_EXTENDED_NUMERICS
                private float[] positions;
+       #endif
  
                public Color[] Colors
***************
*** 43,46 ****
--- 45,49 ----
                }
  
+       #if CONFIG_EXTENDED_NUMERICS
                public float[] Positions
                {
***************
*** 55,63 ****
--- 58,69 ----
                        }
                }
+       #endif
  
                public ColorBlend()
                {
                        colors = new Color[1];
+       #if CONFIG_EXTENDED_NUMERICS
                        positions = new float[1];
+       #endif
                }
  
***************
*** 65,69 ****
--- 71,77 ----
                {
                        colors = new Color[count];
+       #if CONFIG_EXTENDED_NUMERICS
                        positions = new float[count];
+       #endif
                }
        }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]