diff options
author | marha <marha@users.sourceforge.net> | 2009-07-25 18:58:20 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-07-25 18:58:20 +0000 |
commit | e2c51f2ee7b0a3ea1a052fc49324057b4a4bbc78 (patch) | |
tree | d25ddcc9b5bb33bef4832bd6e8702061a9887a53 /xkbcomp/tokens.h | |
parent | e445df175688f07d599649591c990d432375c67e (diff) | |
parent | dc3c299dd0995549e2a6973ca0f25b254afd38a5 (diff) | |
download | vcxsrv-e2c51f2ee7b0a3ea1a052fc49324057b4a4bbc78.tar.gz vcxsrv-e2c51f2ee7b0a3ea1a052fc49324057b4a4bbc78.tar.bz2 vcxsrv-e2c51f2ee7b0a3ea1a052fc49324057b4a4bbc78.zip |
svn merge file:///D:/svnrepos/vcxsrv/branches/released .
Diffstat (limited to 'xkbcomp/tokens.h')
-rw-r--r-- | xkbcomp/tokens.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xkbcomp/tokens.h b/xkbcomp/tokens.h index c63c393a7..970f3d4de 100644 --- a/xkbcomp/tokens.h +++ b/xkbcomp/tokens.h @@ -1,4 +1,3 @@ -/* $Xorg: tokens.h,v 1.3 2000/08/17 19:54:33 cpqbld Exp $ */ /************************************************************ Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc. @@ -97,4 +96,9 @@ #define FUNCTION_KEYS 76 #define ALTERNATE_GROUP 77 +extern Atom tok_ONE_LEVEL; +extern Atom tok_TWO_LEVEL; +extern Atom tok_ALPHABETIC; +extern Atom tok_KEYPAD; + #endif |