13 lines
614 B
Plaintext
13 lines
614 B
Plaintext
$OpenBSD: patch-widget_src_gtk_nsGtkEventHandler_cpp,v 1.2 2004/01/18 10:49:33 wilfried Exp $
|
|
--- widget/src/gtk/nsGtkEventHandler.cpp.orig 2003-04-22 01:01:08.000000000 +0200
|
|
+++ widget/src/gtk/nsGtkEventHandler.cpp 2003-12-12 15:43:28.000000000 +0100
|
|
@@ -113,7 +113,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 },
|