From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18792 invoked by alias); 6 Sep 2005 03:30:40 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 18778 invoked by alias); 6 Sep 2005 03:30:40 -0000 Date: Tue, 06 Sep 2005 03:30:00 -0000 Message-ID: <20050906033040.18776.qmail@sourceware.org> From: "cvs-commit at developer dot classpath dot org" To: java-prs@gcc.gnu.org In-Reply-To: <20050401190553.20720.fitzsim@redhat.com> References: <20050401190553.20720.fitzsim@redhat.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug awt/20720] crash when pressing laptop arrow keys X-Bugzilla-Reason: CC X-SW-Source: 2005-q3/txt/msg00528.txt.bz2 List-Id: ------- 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 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 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