xorgproto: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jul 7 11:32:17 UTC 2020


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

New commits:
commit 39eb59740d1e74b7202b9894cbf9738eb18df7c0
Author: Samuel Thibault <samuel.thibault at ens-lyon.org>
Date:   Tue Jul 7 13:31:37 2020 +0200

    keysymdef.h: Fix the documented perl regexp
    
    + is interpreted when not escaped.
    
    Signed-off-by: Samuel Thibault <samuel.thibault at ens-lyon.org>

diff --git a/include/X11/keysymdef.h b/include/X11/keysymdef.h
index d9b591d..d4a05e4 100644
--- a/include/X11/keysymdef.h
+++ b/include/X11/keysymdef.h
@@ -86,8 +86,8 @@ SOFTWARE.
  * Mnemonic names for keysyms are defined in this file with lines
  * that match one of these Perl regular expressions:
  *
- *    /^\#define XK_([a-zA-Z_0-9]+)\s+0x([0-9a-f]+)\s*\/\* U+([0-9A-F]{4,6}) (.*) \*\/\s*$/
- *    /^\#define XK_([a-zA-Z_0-9]+)\s+0x([0-9a-f]+)\s*\/\*\(U+([0-9A-F]{4,6}) (.*)\)\*\/\s*$/
+ *    /^\#define XK_([a-zA-Z_0-9]+)\s+0x([0-9a-f]+)\s*\/\* U\+([0-9A-F]{4,6}) (.*) \*\/\s*$/
+ *    /^\#define XK_([a-zA-Z_0-9]+)\s+0x([0-9a-f]+)\s*\/\*\(U\+([0-9A-F]{4,6}) (.*)\)\*\/\s*$/
  *    /^\#define XK_([a-zA-Z_0-9]+)\s+0x([0-9a-f]+)\s*(\/\*\s*(.*)\s*\*\/)?\s*$/
  *
  * Before adding new keysyms, please do consider the following: In


More information about the xorg-commit mailing list