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.Xsharp DrawingTextureBru...


From: Deryk Robosson
Subject: [dotgnu-pnet-commits] pnetlib/System.Drawing.Xsharp DrawingTextureBru...
Date: Thu, 01 Jun 2006 22:53:43 +0000

CVSROOT:        /cvsroot/dotgnu-pnet
Module name:    pnetlib
Branch:         
Changes by:     Deryk Robosson <address@hidden> 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));




reply via email to

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