openbsd-ports/mail/mozilla-thunderbird/patches/patch-widget_src_xlib_nsKeyCode_cpp
wilfried 2d74735aad import of mozilla-thunderbird-0.4
redesign of the integrated Mozilla App-Suite mail component
2004-01-18 11:47:42 +00:00

13 lines
494 B
Plaintext

$OpenBSD: patch-widget_src_xlib_nsKeyCode_cpp,v 1.1.1.1 2004/01/18 11:47:42 wilfried Exp $
--- widget/src/xlib/nsKeyCode.cpp.orig 2002-12-09 18:39:10.000000000 +0100
+++ widget/src/xlib/nsKeyCode.cpp 2003-12-12 11:07:27.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},