diff options
author | James Cloos <cloos@jhcloos.com> | 2007-08-22 21:01:48 -0400 |
---|---|---|
committer | James Cloos <cloos@jhcloos.com> | 2007-08-22 21:01:48 -0400 |
commit | ab74d270c76b17926504815ba43ee35b8b18d3be (patch) | |
tree | 1847ad19666722318880941331164bf74efce682 /keysymdef.h | |
parent | 1edcfdb7f5c51e5c8014c56c4d5937337b7d4302 (diff) |
Comment on the new locations of the files referenced in keysymdef.h
keysymdef.h has a comment from the monolithic days suggesting that
the file be kept in sync with mappings inxc/lib/X11/KeyBind.c and
the protocol specication in xc/doc/specs/XProtocol/X11.keysyms.
This commit adds pointers to the new locations of those two files.
Diffstat (limited to 'keysymdef.h')
-rw-r--r-- | keysymdef.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keysymdef.h b/keysymdef.h index a84923f..b3fae7a 100644 --- a/keysymdef.h +++ b/keysymdef.h @@ -98,6 +98,14 @@ SOFTWARE. * xc/doc/specs/XProtocol/X11.keysyms. */ +/* + * Now that the Xorg code base is managed in Git repositories, the KeyBind.c + * and X11.keysyms files mentioned in the last comment block are located at: + * + * src/KeyBind.c in the repo git://anongit.freedesktop.org/xorg/lib/libX11 + * specs/XProtocol/X11.keysyms in the repo git://anongit.freedesktop.org/xorg/doc/xorg-docs + */ + #define XK_VoidSymbol 0xffffff /* Void symbol */ #ifdef XK_MISCELLANY |