diff options
author | Pierre Le Marre <dev@wismill.eu> | 2024-02-06 20:41:35 +0100 |
---|---|---|
committer | Pierre Le Marre <dev@wismill.eu> | 2024-02-07 11:15:32 +0100 |
commit | 44b8ab464569604b24841692c5ac1d14ad692ba5 (patch) | |
tree | 48c6ca632d1162fcd1138734e928d7869d854047 | |
parent | 1b9bd55b31dd9476a29366205e584f3b3538f141 (diff) |
keysyms: Note that some canonical names may be deprecated
-rw-r--r-- | include/X11/keysymdef.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/X11/keysymdef.h b/include/X11/keysymdef.h index 9b86d6a..a8ffd55 100644 --- a/include/X11/keysymdef.h +++ b/include/X11/keysymdef.h @@ -144,7 +144,10 @@ SOFTWARE. * e.g. keysyms removals. * * Therefore, it is advised to proceed to no removal and to make a new - * name canonical only 10 years after its introduction. + * name canonical only 10 years after its introduction. This means that + * some keysyms may have their first listed name deprecated during the + * period of transition. Once this period is over, the deprecated name + * should be moved after the new canonical name. */ #define XK_VoidSymbol 0xffffff /* Void symbol */ |