This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug SWING/16280] Swing application fails with Graphics2D enabled
- From: "graydon at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jul 2004 16:38:39 -0000
- Subject: [Bug SWING/16280] Swing application fails with Graphics2D enabled
- References: <20040629202604.16280.roman@ontographics.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From graydon at redhat dot com 2004-07-07 16:38 -------
I believe I have fixed this bug with a checkin today. returning null from the
toolkit is actually incorrect behavior altogether. so the checkin adds a new
special "error image" type which always serves a an error status to any
consumers; I believe this is more "correct" behavior, since our Graphics2D image
loading is not truly asynchronous. please confirm on your end, and if fixed,
close the bug.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16280