diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-03-17 20:32:53 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-03-17 20:32:53 +0000 |
commit | 3c11a74e83b9383b6c230c8432e7137e19326ef3 (patch) | |
tree | 4dc294caaf71b13c1ad846c8468a9922de7ad7cf /expr.c | |
parent | a153e2624e9e3e7b06fad207e8855bea617ac088 (diff) |
merge with XORG-RELEASE-1 (tag XORG-CYGWIN-LAST-MERGE)CYGWIN-RELEASE-1-MERGECYGWIN-PRE-6_8_0-MERGECYGWIN-HEAD-MERGECYGWIN-HEAD-LAST-MERGE
Diffstat (limited to 'expr.c')
-rw-r--r-- | expr.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,4 @@ +/* $XdotOrg: xc/programs/xkbcomp/expr.c,v 1.1.4.3.4.1 2004/03/04 17:49:08 eich Exp $ */ /* $Xorg: expr.c,v 1.5 2000/08/17 19:54:30 cpqbld Exp $ */ /************************************************************ Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc. @@ -245,6 +246,7 @@ static LookupEntry modIndexNames[] = { { "mod3", Mod3MapIndex }, { "mod4", Mod4MapIndex }, { "mod5", Mod5MapIndex }, + { "none", XkbNoModifier }, { NULL, 0 } }; |