openbsd-ports/www/mozilla/patches/patch-widget_src_gtk_nsGtkEventHandler_cpp

13 lines
614 B
Plaintext
Raw Normal View History

2004-01-18 05:49:33 -05:00
$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
2003-05-27 08:21:31 -04:00
@@ -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 },