From 07e83988ec0b1c9577646daca3943badd5dcc0d1 Mon Sep 17 00:00:00 2001 From: James Cloos Date: Thu, 6 Mar 2008 11:34:17 -0500 Subject: Fix typo in XF86Keysym.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix typo reported in https://bugs.freedesktop.org/show_bug.cgi?id=11193 thereby making XF86Keysym.h match libX11’s XKeysymDB. --- XF86keysym.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'XF86keysym.h') 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 */ -- cgit v1.2.3