openbsd-ports/www/minimo/patches/patch-widget_src_xlib_nsKeyCode_cpp
2005-07-13 04:49:56 +00:00

13 lines
465 B
Plaintext

$OpenBSD: patch-widget_src_xlib_nsKeyCode_cpp,v 1.2 2005/07/13 04:49:56 jolan Exp $
--- widget/src/xlib/nsKeyCode.cpp.orig Sun Apr 18 17:00:30 2004
+++ widget/src/xlib/nsKeyCode.cpp Tue Jul 12 22:06:58 2005
@@ -51,7 +51,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},