$OpenBSD: patch-widget_src_gtk2_nsGtkKeyUtils_cpp,v 1.2 2005/07/13 04:49:56 jolan Exp $ --- widget/src/gtk2/nsGtkKeyUtils.cpp.orig Wed Feb 16 08:21:38 2005 +++ widget/src/gtk2/nsGtkKeyUtils.cpp Tue Jul 12 22:06:58 2005 @@ -52,7 +52,7 @@ struct nsKeyConverter { // Netscape keycodes are defined in widget/public/nsGUIEvent.h // GTK keycodes are defined in // -struct nsKeyConverter nsKeycodes[] = { +static struct nsKeyConverter nsKeycodes[] = { { NS_VK_CANCEL, GDK_Cancel }, { NS_VK_BACK, GDK_BackSpace }, { NS_VK_TAB, GDK_Tab },