cdesktopenv/cde/programs
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
..
backdrops
dsdm 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
dtaction 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
dtappbuilder Resolve some more C23 compile issues, a generated file and a missed sub directory in dtinfo 2026-01-09 11:23:58 +00:00
dtappintegrate
dtcalc Replace deprecated XKeycodeToKeysym with XkbKeycodeToKeysym 2026-01-29 17:15:28 +11:00
dtcm 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
dtconfig
dtcreate 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
dtdbcache
dtdocbook 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
dtdspmsg
dtexec remove system library prototypes 2025-12-18 22:58:26 +01:00
dtfile 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
dthello 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
dthelp dthelp: merge duplicate headers 2025-12-14 13:32:54 -07:00
dticon 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
dtimsstart 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
dtinfo Resolve some more C23 compile issues, a generated file and a missed sub directory in dtinfo 2026-01-09 11:23:58 +00:00
dtksh 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
dtlogin 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
dtmail fix misleading indentation 2025-12-18 22:58:26 +01:00
dtopen
dtpad 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
dtpdm handle missing return values 2025-12-18 22:58:26 +01:00
dtpdmd 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
dtprintegrate
dtprintinfo handle missing return values 2025-12-18 22:58:26 +01:00
dtscreen 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
dtsearchpath
dtsession Replace deprecated XKeycodeToKeysym with XkbKeycodeToKeysym 2026-01-29 17:15:28 +11:00
dtspcd
dtsr
dtstyle 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
dtudcexch
dtudcfonted
dtwm Replace deprecated XKeycodeToKeysym with XkbKeycodeToKeysym 2026-01-29 17:15:28 +11:00
fontaliases
icons
localized
palettes
ttsnoop
tttypes
types
util
Makefile.am