[gui][patch] AWT Native Interface implementation
Thomas Fitzsimmons
fitzsim@redhat.com
Sat Feb 12 06:28:00 GMT 2005
Hi,
This patch implements the AWT Native Interface. I wrote this from
scratch without referring to Sun's headers so there will probably be
some incompatibilities. We can resolve these as we discover them.
Currently I can run the example from the AWT Native Interface
specification:
http://java.sun.com/j2se/1.3/docs/guide/awt/AWT_Native_Interface.html
http://people.redhat.com/fitzsim/gcj-libjawt.so-2005-02-11.png
I'll be testing other packages in the weeks to come, like Eclipse,
OpenOffice.org and the JOGL bindings.
Since so many projects require libjawt.so to build, I'd like to see this
applied to mainline as well, if possible.
Comments?
Tom
2005-02-11 Thomas Fitzsimmons <fitzsim@redhat.com>
* jawt.c: New file.
* include/jawt.h: Likewise.
* include/jawt_md.h: Likewise.
* jni/classpath/classpath_jawt.h: Likewise.
* jni/gtk-peer/gtk_jawt.c: Likewise.
* Makefile.am: Build libjawt.so.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: awt-libjawt.patch
Type: text/x-patch
Size: 21048 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20050212/7ad90e86/attachment.bin>
More information about the Java-patches
mailing list