cdesktopenv/cde/lib
Trung Lê c0c47c28e9 Replace deprecated XKeycodeToKeysym with XkbKeycodeToKeysym
XKeycodeToKeysym() has been deprecated since X11R6.1 (1996).
Use XkbKeycodeToKeysym() instead, which takes an additional group
parameter (0 for default keyboard group).

API change:
  XKeycodeToKeysym(display, keycode, index)
  -> XkbKeycodeToKeysym(display, keycode, 0, index)

Files modified:
- lib/DtWidget/Editor.c
- programs/dtcalc/motif.c
- programs/dtsession/SmSave.c
- programs/dtwm/WmCPlace.c
- programs/dtwm/WmResParse.c
- programs/dtwm/WmWinConf.c
2026-01-29 17:15:28 +11:00
..
DtHelp Handle changes needed for C23 compatibility that turns on strict ansi prototypes by default. C23 is now the default for GCC 15 2025-12-31 15:06:27 +00:00
DtMmdb DtMmdb: fix a crash occurs when creating bookmark. 2024-07-21 00:43:27 +00:00
DtMrm Handle changes needed for C23 compatibility that turns on strict ansi prototypes by default. C23 is now the default for GCC 15 2025-12-31 15:06:27 +00:00
DtPrint Delete all unused/obsolete .elist files 2022-08-06 17:59:05 -06:00
DtSearch Handle changes needed for C23 compatibility that turns on strict ansi prototypes by default. C23 is now the default for GCC 15 2025-12-31 15:06:27 +00:00
DtSvc Handle changes needed for C23 compatibility that turns on strict ansi prototypes by default. C23 is now the default for GCC 15 2025-12-31 15:06:27 +00:00
DtTerm Handle changes needed for C23 compatibility that turns on strict ansi prototypes by default. C23 is now the default for GCC 15 2025-12-31 15:06:27 +00:00
DtWidget Replace deprecated XKeycodeToKeysym with XkbKeycodeToKeysym 2026-01-29 17:15:28 +11:00
DtXinerama library versioning: try to keep the versions at 2.1.0 for all platforms 2021-12-23 13:06:44 -07:00
csa Handle changes needed for C23 compatibility that turns on strict ansi prototypes by default. C23 is now the default for GCC 15 2025-12-31 15:06:27 +00:00
pam Delete all unused/obsolete .elist files 2022-08-06 17:59:05 -06:00
tt Handle changes needed for C23 compatibility that turns on strict ansi prototypes by default. C23 is now the default for GCC 15 2025-12-31 15:06:27 +00:00
Makefile.am dtlogin: use sessreg to manage utmp/wtmp. 2023-03-27 08:48:27 +00:00