f353d0daae
Tested on i386/sparc64/macppc/alpha by myself and/or alek@ One issue found with sparc64: fetching mail crashes. okay pval@
13 lines
588 B
Plaintext
13 lines
588 B
Plaintext
$OpenBSD: patch-widget_src_gtk_nsGtkEventHandler_cpp,v 1.3 2005/03/13 05:02:17 kurt Exp $
|
|
--- widget/src/gtk/nsGtkEventHandler.cpp.orig Mon Jan 12 12:32:11 2004
|
|
+++ widget/src/gtk/nsGtkEventHandler.cpp Mon Jan 12 12:32:35 2004
|
|
@@ -104,7 +104,7 @@ struct nsKeyConverter {
|
|
// Netscape keycodes are defined in widget/public/nsGUIEvent.h
|
|
// GTK keycodes are defined in <gdk/gdkkeysyms.h>
|
|
//
|
|
-struct nsKeyConverter nsKeycodes[] = {
|
|
+static struct nsKeyConverter nsKeycodes[] = {
|
|
{ NS_VK_CANCEL, GDK_Cancel },
|
|
{ NS_VK_BACK, GDK_BackSpace },
|
|
{ NS_VK_TAB, GDK_Tab },
|