[Git][wine/wine][master] 5 commits: winex11: Fix some X11DRV_InitKeyboard loop indentation.
Alexandre Julliard pushed to branch master at wine / wine Commits: d1bfa5e2 by Rémi Bernon at 2026-04-20T20:38:44+02:00 winex11: Fix some X11DRV_InitKeyboard loop indentation. - - - - - 7498e421 by Matteo Bruni at 2026-04-20T20:38:44+02:00 winex11: Factor out mapping keycodes to scancodes / keysyms into a separate function. We'll entirely get rid of the new x11drv_init_layout() function after introducing the new implementation based on KBDTABLES. - - - - - 27a0a760 by Matteo Bruni at 2026-04-20T20:38:44+02:00 winex11: Get Xkb group names. - - - - - b0eda60f by Matteo Bruni at 2026-04-20T20:38:44+02:00 winex11: Look up keysyms for the currently selected Xkb group in X11DRV_KEYBOARD_DetectLayout(). - - - - - f0ca50e5 by Matteo Bruni at 2026-04-20T20:38:44+02:00 winex11: Decode current keyboard layout from the Xkb group name. For large parts lifted from Rémi's winewayland commit d64ea8e4a6c93ba77208cb680b91dc0c2830049d. - - - - - 7 changed files: - configure - configure.ac - dlls/winex11.drv/Makefile.in - dlls/winex11.drv/keyboard.c - dlls/winex11.drv/x11drv.h - dlls/winex11.drv/x11drv_main.c - include/config.h.in View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a9f4743e776f81a8709e3fae2220a9... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a9f4743e776f81a8709e3fae2220a9... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)