This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug awt/20720] crash when pressing laptop arrow keys
- From: "cvs-commit at developer dot classpath dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 6 Sep 2005 03:30:40 -0000
- Subject: [Bug awt/20720] crash when pressing laptop arrow keys
- References: <20050401190553.20720.fitzsim@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at developer dot classpath dot org 2005-09-06 03:30 -------
Subject: Bug 20720
CVSROOT: /cvsroot/classpath
Module name: classpath
Branch:
Changes by: Thomas Fitzsimmons <fitzsim@savannah.gnu.org> 05/09/06 03:08:54
Modified files:
. : ChangeLog
native/jni/gtk-peer: gnu_java_awt_peer_gtk_GtkWindowPeer.c
Log message:
2005-09-05 Thomas Fitzsimmons <fitzsim@redhat.com>
PR awt/20720
* native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
(get_first_keyval_from_keymap): Return -1 if no keyval was found
for given hardware keycode.
(keysym_to_awt_keycode): Likewise.
(keysym_to_awt_keylocation): Likewise.
(key_press_cb): Return immediately if no keyval was found for
given hardware keycode.
(key_release_cb): Likewise.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4653&tr2=1.4654&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c.diff?tr1=1.57&tr2=1.58&r1=text&r2=text
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20720