Patch: gtk peer - native code merge
Michael Koch
konqueror@gmx.de
Thu May 6 10:28:00 GMT 2004
Am Mittwoch, 5. Mai 2004 22:39 schrieb Thomas Fitzsimmons:
> On Tue, 2004-05-04 at 17:24, Michael Koch wrote:
> > Hi list,
> >
> >
> > I wrote the attached patch to merge the native part of the GTK peer
> > with GNU classpath.
> >
> > Okay to commit ?
>
> Yes, thanks.
I commited now the attached patch (Makefile.am changes added).
Thomas: Can you please commit this to java-gui-branch too ?
Michael
2004-05-06 Michael Koch <konqueror@gmx.de>
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxGroupPeer.c,
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkGenericPeer.c:
New files.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.c:
Include gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.h.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxPeer.c:
Moved GtkCheckboxGroupPeer_dispose and GtkCheckboxGroupPeer_remove to
their own source file.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c:
Moved GtkGenericPeer_dispose and GtkComponentPeer_requestFocus to
their own source file. Removed GtkComponentPeer_gtkWidgetSetUsize.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuPeer.c
(create): Define variable on top of function.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.c
(menu_pos): Prototyped.
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
(setTitle): Removed.
* jni/gtk-peer/gthread-jni.c
(gdk_threads_wake): Removed.
* Makefile.am (gtk_c_source_files): Added new files
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxGroupPeer.c and
jni/gtk-peer/gnu_java_awt_peer_gtk_GtkGenericPeer.c.
* Makefile.in: Regenerated.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gtk.diff
Type: text/x-diff
Size: 18885 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20040506/b9ae4cba/attachment.bin>
More information about the Java-patches
mailing list