This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [Patch] Fix to add/removeExposeFilter in GtkComponentPeer
- From: Thomas Fitzsimmons <fitzsim at redhat dot com>
- To: David Jee <djee at redhat dot com>
- Cc: libgcj patches <java-patches at gcc dot gnu dot org>
- Date: Wed, 28 Jan 2004 13:43:13 -0500
- Subject: Re: [Patch] Fix to add/removeExposeFilter in GtkComponentPeer
- References: <1075235278.14610.14.camel@tomboy.toronto.redhat.com>
On Tue, 2004-01-27 at 15:27, David Jee wrote:
> Hello,
>
> This patch fixes a bug in the add/removeExposeFilter() methods in
> jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c. They were not
> handling the special case of GtkFramePeer, and were letting through
> unwanted expose events as a result.
>
> Ok to commit?
>
Yes, thanks.
Tom