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

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

[Dotgnu-pnet-commits] CVS: pnetlib/Xsharp Graphics.cs,1.5,1.6


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/Xsharp Graphics.cs,1.5,1.6
Date: Mon, 09 Jun 2003 18:15:11 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/Xsharp
In directory subversions:/tmp/cvs-serv25280/Xsharp

Modified Files:
        Graphics.cs 
Log Message:


Various fixes to compile in non-full profiles.


Index: Graphics.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Xsharp/Graphics.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** Graphics.cs 7 Jun 2003 09:59:18 -0000       1.5
--- Graphics.cs 9 Jun 2003 22:15:09 -0000       1.6
***************
*** 1918,1921 ****
--- 1918,1922 ----
                                                                          
(int)(sweepAngle * 64.0f));
  
+                                       #if CONFIG_EXTENDED_NUMERICS
                                                // Calculate the location of 
the arc end-points
                                                // and then draw the connecting 
arc pie lines.
***************
*** 1939,1942 ****
--- 1940,1944 ----
                                                Xlib.XDrawLines(display, 
drawableHandle, gc, xpoints,
                                                                                
3, 0 /* CoordModeOrigin */);
+                                       #endif
                                        }
                                        finally





reply via email to

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