This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug awt/20720] crash when pressing laptop arrow keys


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]