[Mono-bugs] [Bug 74013][Wis] Changed - SWF is not endian-correct when used with a server with different endianess

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 13 May 2005 05:53:02 -0400 (EDT)


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 peter@novonyx.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74013

--- shadow/74013	2005-03-23 09:03:31.000000000 -0500
+++ shadow/74013.tmp.14295	2005-05-13 05:53:01.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 74013
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: Windows.Forms
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -17,6 +17,11 @@
 Summary: SWF is not endian-correct when used with a server with different endianess
 
 SWF doesn't work correctly when used with X servers that have different
 endianess than the client.
 To reproduce just run any swf test from a little endian box with the server
 on a big endian one or vice versa.
+
+------- Additional Comments From peter@novonyx.com  2005-05-13 05:53 -------
+This is a cairo issue; cairo does not swap the bytes if the host and 
+display image bitorder differs. Will have to wait until their 1.0 api 
+is available before we can fix this.