CVSROOT:        /cvsroot/dotgnu-pnet
Module name:    pnetlib
Branch:         
Changes by:     Deryk Robosson <[EMAIL PROTECTED]>      06/06/01 22:53:43

Modified files:
        System.Drawing.Xsharp: DrawingTextureBrush.cs 

Log message:
        Missed a commit..

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dotgnu-pnet/pnetlib/System.Drawing.Xsharp/DrawingTextureBrush.cs.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: pnetlib/System.Drawing.Xsharp/DrawingTextureBrush.cs
diff -u pnetlib/System.Drawing.Xsharp/DrawingTextureBrush.cs:1.4 
pnetlib/System.Drawing.Xsharp/DrawingTextureBrush.cs:1.5
--- pnetlib/System.Drawing.Xsharp/DrawingTextureBrush.cs:1.4    Mon Apr 19 
15:40:57 2004
+++ pnetlib/System.Drawing.Xsharp/DrawingTextureBrush.cs        Thu Jun  1 
22:53:43 2006
@@ -56,7 +56,7 @@
                                {
                                        Xsharp.Graphics g = graphics.graphics;
                                        Xsharp.Image nativeImage = 
image.GetNativeImage();
-                                       g.Function = Function.GXcopy;
+                                       g.Function = GCFunction.GXcopy;
                                        g.SubwindowMode = 
SubwindowMode.ClipByChildren;
                                        g.SetFillTiled(nativeImage.Pixmap,
                                                                   
(int)(dstRect.X), (int)(dstRect.Y));


_______________________________________________
dotgnu-pnet-commits mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/dotgnu-pnet-commits

Reply via email to