cdesktopenv/cde/programs/dtcalc
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
..
Dtcalc
Makefile.am configure: detect libdl 2022-07-31 18:33:49 -06:00
calctool.c Fix some warnings. 2024-07-21 00:43:27 +00:00
calctool.h Fix some warnings. 2024-07-21 00:43:27 +00:00
ds_common.c dtcalc: remove some pointless macroing of function names to uppercase versionss 2020-11-26 23:00:18 +00:00
ds_common.h dtcalc: Remove support for optional K&R prototypes to simplify code 2020-11-26 22:24:51 +00:00
ds_popup.c dtcalc: Remove support for optional K&R prototypes to simplify code 2020-11-26 22:24:51 +00:00
ds_popup.h dtcalc: Remove support for optional K&R prototypes to simplify code 2020-11-26 22:24:51 +00:00
ds_widget.c
ds_widget.h dtcalc: Remove support for optional K&R prototypes to simplify code 2020-11-26 22:24:51 +00:00
ds_xlib.c
ds_xlib.h dtcalc: Remove support for optional K&R prototypes to simplify code 2020-11-26 22:24:51 +00:00
dtcalc.man
dtcalc.msg
functions.c Fix some warnings. 2024-07-21 00:43:27 +00:00
help.c dtcalc: Remove more 'extern' variables in .c files, by putting them in .h. Also reduce scope of vars and funcs with static. 2021-11-25 04:29:25 +00:00
motif.c Replace deprecated XKeycodeToKeysym with XkbKeycodeToKeysym 2026-01-29 17:15:28 +11:00
motif.h dtcalc: Remove more 'extern' variables in .c files, by putting them in .h. Also reduce scope of vars and funcs with static. 2021-11-25 04:29:25 +00:00
mp.c dtcalc: Remove more 'extern' variables in .c files, by putting them in .h. Also reduce scope of vars and funcs with static. 2021-11-25 04:29:25 +00:00
patchlevel.h
text.c Discontinue HPUX support 2022-07-23 17:49:33 -06:00
text.h dtcalc: Remove more 'extern' variables in .c files, by putting them in .h. Also reduce scope of vars and funcs with static. 2021-11-25 04:29:25 +00:00