Commit 838a4849 by Michael Koch

[multiple changes]

2004-04-22  Mark Wielaard  <mark@klomp.org>

	* native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c:
	Changed C++ comments into C comments.
	* native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuPeer.c:
	Likewise.

2004-04-22  Michael Koch  <konqueror@gmx.de>

	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.c:
	Merged copyright year with GNU classpath.

From-SVN: r81042
parent fb5d4a68
2004-04-22 Mark Wielaard <mark@klomp.org>
* native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c:
Changed C++ comments into C comments.
* native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuPeer.c:
Likewise.
2004-04-22 Michael Koch <konqueror@gmx.de>
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.c:
Merged copyright year with GNU classpath.
2004-04-22 Dalibor Topic <robilad@kaffe.org> 2004-04-22 Dalibor Topic <robilad@kaffe.org>
* javax/security/auth/x500/X500Principal.java: * javax/security/auth/x500/X500Principal.java:
......
...@@ -136,7 +136,7 @@ JNIEXPORT void JNICALL Java_gnu_java_awt_peer_gtk_GtkComponentPeer_requestFocus ...@@ -136,7 +136,7 @@ JNIEXPORT void JNICALL Java_gnu_java_awt_peer_gtk_GtkComponentPeer_requestFocus
ptr = NSA_GET_PTR (env, obj); ptr = NSA_GET_PTR (env, obj);
gdk_threads_enter (); gdk_threads_enter ();
// gtk_widget_grab_focus (GTK_WIDGET (ptr)); /* XXX gtk_widget_grab_focus (GTK_WIDGET (ptr)); */
gdk_threads_leave (); gdk_threads_leave ();
} }
......
/* gtkmenupeer.c -- Native implementation of GtkMenuPeer /* gtkmenupeer.c -- Native implementation of GtkMenuPeer
Copyright (C) 1999 Free Software Foundation, Inc. Copyright (C) 1999, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
...@@ -108,7 +108,7 @@ JNIEXPORT void JNICALL Java_gnu_java_awt_peer_gtk_GtkMenuPeer_create ...@@ -108,7 +108,7 @@ JNIEXPORT void JNICALL Java_gnu_java_awt_peer_gtk_GtkMenuPeer_create
gtk_menu_item_set_submenu (GTK_MENU_ITEM (menu_title), menu); gtk_menu_item_set_submenu (GTK_MENU_ITEM (menu_title), menu);
// Allow this menu to grab the pointer. /* Allow this menu to grab the pointer. */
GtkWidget *toplevel = gtk_widget_get_toplevel (menu); GtkWidget *toplevel = gtk_widget_get_toplevel (menu);
if (GTK_IS_WINDOW (toplevel)) if (GTK_IS_WINDOW (toplevel))
{ {
......
/* gtkpopupmenupeer.c -- Native implementation of GtkPopupMenuPeer /* gtkpopupmenupeer.c -- Native implementation of GtkPopupMenuPeer
Copyright (C) 1999 Free Software Foundation, Inc. Copyright (C) 1999, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath. This file is part of GNU Classpath.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment