Timo Aaltonen pushed to branch upstream-unstable at X Strike Force / proto / xorgproto
Commits: 914d8f5e by Peter Hutterer at 2021-11-09T10:16:09+10:00 XF86keysyms.h: add new keycodes from kernel v5.13 Signed-off-by: Peter Hutterer <[email protected]> - - - - - a839f0c7 by Peter Hutterer at 2022-03-25T14:46:40+10:00 XF86keysyms.h: add new keycodes from kernel v5.17 Signed-off-by: Peter Hutterer <[email protected]> - - - - - 8c8bbb90 by Peter Hutterer at 2022-04-21T10:42:50+10:00 xorgproto 2022.1 Signed-off-by: Peter Hutterer <[email protected]> - - - - - 3 changed files: - configure.ac - include/X11/XF86keysym.h - meson.build Changes: ===================================== configure.ac ===================================== @@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ([2.60]) # keep version in sync with meson.build -AC_INIT([xorgproto], [2021.5], +AC_INIT([xorgproto], [2022.1], [https://gitlab.freedesktop.org/xorg/proto/xorgproto/issues]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) ===================================== include/X11/XF86keysym.h ===================================== @@ -394,6 +394,8 @@ #define XF86XK_VoiceCommand _EVDEVK(0x246) /* v3.16 KEY_VOICECOMMAND */ #define XF86XK_Assistant _EVDEVK(0x247) /* v4.13 KEY_ASSISTANT */ /* Use: XK_ISO_Next_Group _EVDEVK(0x248) v5.2 KEY_KBD_LAYOUT_NEXT */ +#define XF86XK_EmojiPicker _EVDEVK(0x249) /* v5.13 KEY_EMOJI_PICKER */ +#define XF86XK_Dictate _EVDEVK(0x24A) /* v5.17 KEY_DICTATE */ #define XF86XK_BrightnessMin _EVDEVK(0x250) /* v3.16 KEY_BRIGHTNESS_MIN */ #define XF86XK_BrightnessMax _EVDEVK(0x251) /* v3.16 KEY_BRIGHTNESS_MAX */ #define XF86XK_KbdInputAssistPrev _EVDEVK(0x260) /* v3.18 KEY_KBDINPUTASSIST_PREV */ ===================================== meson.build ===================================== @@ -19,7 +19,7 @@ # SOFTWARE. # keep version in sync with configure.ac -project('xorgproto', 'c', license : 'MIT', version : '2021.5') +project('xorgproto', 'c', license : 'MIT', version : '2022.1') cc = meson.get_compiler('c') pcs = [ View it on GitLab: https://salsa.debian.org/xorg-team/proto/xorgproto/-/compare/57acac1d4c7967f4661fb1c9f86f48f34a46c48d...8c8bbb903410e39140727867a26bbe501f77de8f -- View it on GitLab: https://salsa.debian.org/xorg-team/proto/xorgproto/-/compare/57acac1d4c7967f4661fb1c9f86f48f34a46c48d...8c8bbb903410e39140727867a26bbe501f77de8f You're receiving this email because of your account on salsa.debian.org.

