2d74735aad
redesign of the integrated Mozilla App-Suite mail component
13 lines
494 B
Plaintext
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},
|