summaryrefslogtreecommitdiff
path: root/include/X11
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-01-18 11:18:20 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2021-01-18 11:48:23 +1000
commit32ada053a3b8f83de68015d7d45a98a4546e642d (patch)
tree057aa7232a7b27f896dc65a95ba4f68014e07088 /include/X11
parent21e05da99c855481b638a7789ad5600b5b283680 (diff)
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@who-t.net>
Diffstat (limited to 'include/X11')
-rw-r--r--include/X11/XF86keysym.h6
1 files changed, 4 insertions, 2 deletions
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.
*