diff options
author | James Cloos <cloos@jhcloos.com> | 2008-03-06 11:34:17 -0500 |
---|---|---|
committer | James Cloos <cloos@jhcloos.com> | 2008-03-06 11:34:17 -0500 |
commit | 07e83988ec0b1c9577646daca3943badd5dcc0d1 (patch) | |
tree | 85287aa28e62715268add6e3c86752e7f901ae02 /XF86keysym.h | |
parent | d34310efef11264ddff79320b8c6f03705b1208a (diff) |
Fix typo in XF86Keysym.h
Fix typo reported in https://bugs.freedesktop.org/show_bug.cgi?id=11193
thereby making XF86Keysym.h match libX11’s XKeysymDB.
Diffstat (limited to 'XF86keysym.h')
-rw-r--r-- | XF86keysym.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XF86keysym.h b/XF86keysym.h index fb0ee67..e4ba4a6 100644 --- a/XF86keysym.h +++ b/XF86keysym.h @@ -100,7 +100,7 @@ #define XF86XK_Finance 0x1008FF3C /* Display financial site */ #define XF86XK_Community 0x1008FF3D /* Display user's community */ #define XF86XK_AudioRewind 0x1008FF3E /* "rewind" audio track */ -#define XF86XK_XF86BackForward 0x1008FF3F /* ??? */ +#define XF86XK_BackForward 0x1008FF3F /* ??? */ #define XF86XK_Launch0 0x1008FF40 /* Launch Application */ #define XF86XK_Launch1 0x1008FF41 /* Launch Application */ #define XF86XK_Launch2 0x1008FF42 /* Launch Application */ |