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

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

[dotgnu-pnet-commits] pnetlib ./ChangeLog DotGNU.Images/JpegLib.cs


From: Deryk Robosson
Subject: [dotgnu-pnet-commits] pnetlib ./ChangeLog DotGNU.Images/JpegLib.cs
Date: Sun, 14 May 2006 05:31:10 +0000

CVSROOT:        /sources/dotgnu-pnet
Module name:    pnetlib
Branch:         
Changes by:     Deryk Robosson <address@hidden> 06/05/14 05:31:10

Modified files:
        .              : ChangeLog 
        DotGNU.Images  : JpegLib.cs 

Log message:
        Add NonSerializedAttribute to another three struct members.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dotgnu-pnet/pnetlib/ChangeLog.diff?tr1=1.2399&tr2=1.2400&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/dotgnu-pnet/pnetlib/DotGNU.Images/JpegLib.cs.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: pnetlib/ChangeLog
diff -u pnetlib/ChangeLog:1.2399 pnetlib/ChangeLog:1.2400
--- pnetlib/ChangeLog:1.2399    Sat May 13 06:25:55 2006
+++ pnetlib/ChangeLog   Sun May 14 05:31:09 2006
@@ -1,3 +1,8 @@
+2006-05-14  Deryk Robosson  <address@hidden>
+
+       * DotGNU.Images/JpegLib.cs: Add [NonSerialzedAttribute] tag to an
+       additional three struct members.
+
 2006-05-13  Deryk Robosson  <address@hidden>
 
        * DotGNU.Images/JpegLib.cs: Add [NonSerializedAttribute] tag where
Index: pnetlib/DotGNU.Images/JpegLib.cs
diff -u pnetlib/DotGNU.Images/JpegLib.cs:1.2 
pnetlib/DotGNU.Images/JpegLib.cs:1.3
--- pnetlib/DotGNU.Images/JpegLib.cs:1.2        Sat May 13 04:45:04 2006
+++ pnetlib/DotGNU.Images/JpegLib.cs    Sun May 14 05:31:09 2006
@@ -79,6 +79,7 @@
                public IntPtr client_data;
                public Int is_decompressor;
                public Int global_state;
+               [NonSerializedAttribute]
                public jpeg_destination_mgr *dest;
                public UInt image_width;
                public UInt image_height;
@@ -243,6 +244,7 @@
                public IntPtr client_data;
                public Int is_decompressor;
                public Int global_state;
+               [NonSerializedAttribute]
                public jpeg_source_mgr *src;
                public UInt image_width;
                public UInt image_height;
@@ -378,6 +380,7 @@
                public void *cur_comp_info_0;
                [NonSerializedAttribute]
                public void *cur_comp_info_1;
+               [NonSerializedAttribute]
                public void *cur_comp_info_2;
                [NonSerializedAttribute]
                public void *cur_comp_info_3;




reply via email to

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