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/Toolkit IToolkit.cs, 1.15,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/System.Drawing/Toolkit IToolkit.cs, 1.15, 1.16 NullToolkit.cs, 1.6, 1.7
Date: Thu, 02 Oct 2003 05:15:03 +0000

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

Modified Files:
        IToolkit.cs NullToolkit.cs 
Log Message:


Rewrite the "Icon" class; hook icon drawing throughout the system; specify
the frame when creating a toolkit image, to select the correct icon frame.


Index: NullToolkit.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Toolkit/NullToolkit.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** NullToolkit.cs      12 Sep 2003 11:01:03 -0000      1.6
--- NullToolkit.cs      2 Oct 2003 05:15:01 -0000       1.7
***************
*** 261,265 ****
                        }
  
!       public virtual IToolkitImage CreateImage( Image image)
                        {
                                return null;
--- 261,265 ----
                        }
  
!       public virtual IToolkitImage CreateImage( Image image, int frame )
                        {
                                return null;

Index: IToolkit.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System.Drawing/Toolkit/IToolkit.cs,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** IToolkit.cs 12 Sep 2003 11:01:03 -0000      1.15
--- IToolkit.cs 2 Oct 2003 05:15:01 -0000       1.16
***************
*** 86,90 ****
  
        // Creat a toolkit image
!       IToolkitImage CreateImage(Image image);
  
        // Get the handle for the halftone palette.  IntPtr.Zero if not 
supported.
--- 86,90 ----
  
        // Creat a toolkit image
!       IToolkitImage CreateImage(Image image, int frame);
  
        // Get the handle for the halftone palette.  IntPtr.Zero if not 
supported.





reply via email to

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