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

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

[Dotgnu-pnet-commits] pnetlib/samples dotgnu-logo.bmp, NONE, 1.1 XHello.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/samples dotgnu-logo.bmp, NONE, 1.1 XHello.cs, 1.5, 1.6
Date: Thu, 02 Oct 2003 01:53:33 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/samples
In directory subversions:/tmp/cvs-serv6097/samples

Modified Files:
        XHello.cs 
Added Files:
        dotgnu-logo.bmp 
Log Message:


Use "DotGNU.Images" to load image files instead of Imlib; modify "XHello"
to display a BMP because JPG support isn't present in "DotGNU.Images" just yet.


--- NEW FILE: dotgnu-logo.bmp ---
(This appears to be a binary file; contents omitted.)

Index: XHello.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/samples/XHello.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** XHello.cs   11 Jun 2003 07:07:19 -0000      1.5
--- XHello.cs   2 Oct 2003 01:53:31 -0000       1.6
***************
*** 28,32 ****
        {
                Application app = new Application("XHello", args);
!               Image image = new Image("dotgnu-logo.jpg");
                XHello topLevel = new XHello
                        ("Hello DotGNU!", image.Width, image.Height, image);
--- 28,32 ----
        {
                Application app = new Application("XHello", args);
!               Image image = new Image("dotgnu-logo.bmp");
                XHello topLevel = new XHello
                        ("Hello DotGNU!", image.Width, image.Height, image);





reply via email to

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