[Mono-bugs] [Bug 81841][Nor] Changed - PixelFormat*RGB with wrong lettercases
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Jun 10 05:56:05 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by doc.formatique at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81841
--- shadow/81841 2007-06-10 05:54:12.000000000 -0400
+++ shadow/81841.tmp.11150 2007-06-10 05:56:05.000000000 -0400
@@ -17,6 +17,11 @@
Summary: PixelFormat*RGB with wrong lettercases
libgdiplus/src/gdipenums.h's PixelFormat enum members containing the string
'RGB' are spelled 'Rgb' or 'rgb': e.g. PixelFormat32bppArgb; while their
Wndows counterparts are 'RGB': PixelFormat32bppARGB. This is a problem for
GDI+ <-> libgdiplus C compatibility.
+
+------- Additional Comments From doc.formatique at gmail.com 2007-06-10 05:56 -------
+Created an attachment (id=19393)
+Renaming PixelFormat*{rgb,Rgb} to PixelFormat*RGB
+
More information about the mono-bugs
mailing list