openbsd-ports/www/mozilla/patches/patch-widget_src_xlib_nsKeyCode_cpp
2004-01-18 10:49:33 +00:00

13 lines
490 B
Plaintext

$OpenBSD: patch-widget_src_xlib_nsKeyCode_cpp,v 1.2 2004/01/18 10:49:33 wilfried Exp $
--- widget/src/xlib/nsKeyCode.cpp.orig 2002-12-09 18:39:10.000000000 +0100
+++ widget/src/xlib/nsKeyCode.cpp 2003-12-12 15:43:29.000000000 +0100
@@ -50,7 +50,7 @@ struct nsKeyConverter
unsigned int keysym; // XK keysym key code
};
-struct nsKeyConverter nsKeycodes[] =
+static struct nsKeyConverter nsKeycodes[] =
{
{ NS_VK_CANCEL, XK_Cancel},
{ NS_VK_BACK, XK_BackSpace},