This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: GTK 2.0 peers
- From: Tom Tromey <tromey at redhat dot com>
- To: Thomas Fitzsimmons <fitzsim at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 30 Jun 2003 09:13:21 -0600
- Subject: Re: GTK 2.0 peers
- References: <1056728965.18731.64.camel@tortoise.toronto.redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Tom" == Thomas Fitzsimmons <fitzsim@redhat.com> writes:
Tom> This patch merges the classpath GTK 2.0 peers into libgcj.
Tom> Except for the change in GtkToolkit.java, I just copied
Tom> classpath's peers directly into libgcj, and updated the configury
Tom> accordingly.
The GtkToolkit change shouldn't be necessary, since
Configuration.INIT_LOAD_LIBRARY should always be false in libgcj.
Please back out this part.
Also, FYI, customarily we don't include Makefile.in or configure diffs
in the patch email.
Tom> Sorry about the large size of the patch, but I think it's best if
Tom> it's all done at once.
I agree. Other than the one thing mentioned above, I think this patch
is ready to go in.
Tom