bug-classpath
[Top][All Lists]
Advanced

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

[Bug awt/27239] Images shown with wrong color on powerpc (big endian)


From: sven at physto dot se
Subject: [Bug awt/27239] Images shown with wrong color on powerpc (big endian)
Date: 22 May 2006 09:06:25 -0000


------- Comment #16 from sven at physto dot se  2006-05-22 09:06 -------
What happens if you change nativeModel to:

  static ColorModel nativeModel = new DirectColorModel(32, 
                                                       0x00FF0000,
                                                       0x0000FF00,
                                                       0x000000FF,
                                                       0xFF000000);

In GtkImage? Does it work? 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27239





reply via email to

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