[Top][All Lists]
[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
- [Bug awt/27239] Images shown with wrong color on powerpc (big endian), sven at physto dot se, 2006/05/04
- [Bug awt/27239] Images shown with wrong color on powerpc (big endian), sven at physto dot se, 2006/05/04
- [Bug awt/27239] Images shown with wrong color on powerpc (big endian), sven at physto dot se, 2006/05/04
- [Bug awt/27239] Images shown with wrong color on powerpc (big endian), sven at physto dot se, 2006/05/04
- [Bug awt/27239] Images shown with wrong color on powerpc (big endian), bernhard at intevation dot de, 2006/05/06
- [Bug awt/27239] Images shown with wrong color on powerpc (big endian), bernhard at intevation dot de, 2006/05/06
- [Bug awt/27239] Images shown with wrong color on powerpc (big endian), bernhard at intevation dot de, 2006/05/06
- [Bug awt/27239] Images shown with wrong color on powerpc (big endian), sven at physto dot se, 2006/05/06
- [Bug awt/27239] Images shown with wrong color on powerpc (big endian), mark at gcc dot gnu dot org, 2006/05/07
- [Bug awt/27239] Images shown with wrong color on powerpc (big endian),
sven at physto dot se <=
- [Bug awt/27239] Images shown with wrong color on powerpc (big endian), bernhard at intevation dot de, 2006/05/22