xorgproto: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jan 18 22:37:58 UTC 2021


 include/X11/XF86keysym.h |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 32ada053a3b8f83de68015d7d45a98a4546e642d
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Jan 18 11:18:20 2021 +1000

    Remove misleading comment about not adding syms to XF86keysym.h
    
    We've been adding to those over the last few years. Not a huge amount but
    enough that we should stop pretending we don't touch that header.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diff --git a/include/X11/XF86keysym.h b/include/X11/XF86keysym.h
index dab1220..8310fe3 100644
--- a/include/X11/XF86keysym.h
+++ b/include/X11/XF86keysym.h
@@ -3,8 +3,10 @@
  *
  * The XFree86 keysym range is 0x10080001 - 0x1008FFFF.
  *
- * X.Org will not be adding to the XF86 set of keysyms, though they have
- * been adopted and are considered a "standard" part of X keysym definitions.
+ * The XF86 set of keysyms is a catch-all set of defines for keysyms found
+ * on various multimedia keyboards. Originally specific to XFree86 they have
+ * been been adopted over time and are considered a "standard" part of X
+ * keysym definitions.
  * XFree86 never properly commented these keysyms, so we have done our
  * best to explain the semantic meaning of these keys.
  *


More information about the xorg-commit mailing list