This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug AWT/17254] [java-gui-branch] Hang when resizing AWT window on Alpha
- From: "fitzsim at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 2 Sep 2004 15:00:25 -0000
- Subject: [Bug AWT/17254] [java-gui-branch] Hang when resizing AWT window on Alpha
- References: <20040831212751.17254.falk@debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From fitzsim at redhat dot com 2004-09-02 15:00 -------
The layout is handled in GtkMainThread (thread 5) because it is the result of a
configure event on the top-level window. Now that you mention it though, it may
be cleaner to deliver the validation request asynchronously through the event
queue. It would be more consistent with how other native events are passed to
the AWT.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17254