cdesktopenv/cde/programs/dtsession
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
..
config dtlogin: use sessreg to manage utmp/wtmp. 2023-03-27 08:48:27 +00:00
Dtsession.src remove OSF1 support 2018-05-24 14:25:26 -06:00
Makefile.am Generify source code 2022-08-06 11:31:51 -06:00
OWsync.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
OWsync.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
Sm.h Discontinue HPUX support 2022-07-23 17:49:33 -06:00
SmAuth.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmAuth.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmCommun.c dtsession: Change to ANSI function definitions 2018-06-28 04:18:25 +01:00
SmCommun.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmConMgmt.c Discontinue HPUX support 2022-07-23 17:49:33 -06:00
SmConMgmt.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmDB.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmDB.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmError.c Mark error handlers as "noreturn" 2025-12-18 22:58:26 +01:00
SmError.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmGlobals.c dtsession: fix a crash. 2023-08-16 23:18:47 -04:00
SmGlobals.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmHelp.c Remove apollo support 2018-06-24 16:22:37 -06:00
SmHelp.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmHftRing.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmHftRing.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmLock.c remove system library prototypes 2025-12-18 22:58:26 +01:00
SmLock.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmMain.c 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
SmMigResources.c Last of the spelling fixed 2018-04-28 12:36:44 -06:00
SmMigResources.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmProp.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmProp.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmProperty.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmProperty.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmProtocol.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmProtocol.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmResource.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmRestore.c 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
SmRestore.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmSave.c Replace deprecated XKeycodeToKeysym with XkbKeycodeToKeysym 2026-01-29 17:15:28 +11:00
SmSave.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmScreen.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmScreen.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmStrDefs.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmUI.c dtsession: split ShowWaitState into Enter and LeaveWaitState 2025-11-30 16:30:14 -07:00
SmUI.h dtsession: split ShowWaitState into Enter and LeaveWaitState 2025-11-30 16:30:14 -07:00
SmWatch.c 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
SmWatch.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmWindow.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmWindow.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmXSMP.c dtsession: split ShowWaitState into Enter and LeaveWaitState 2025-11-30 16:30:14 -07:00
SmXSMP.h 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
SmXdef.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmXdef.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmXrm.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
SmXrm.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
Srv.h remove ultrix support 2018-09-30 17:27:04 -06:00
SrvFile_io.c Spelling fixes 2018-05-31 22:23:19 -06:00
SrvFile_io.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
SrvMain.c Fix typo in license headers 2018-04-28 12:30:20 -06:00
SrvPalette.c SrvPalette.c: missed a merge conflict in SrvPalette.c 2020-01-26 12:22:09 -07:00
SrvPalette.h Fix typo in license headers 2018-04-28 12:30:20 -06:00
convertVS.sh
dtloadresources.src dtsession: make it build, add check for the full path to xrdb 2019-11-19 17:19:14 -07:00
dtsession.man
dtsession.msg.src correction of message files 2013-09-15 19:35:53 -06:00
nlsMsgChk.txt
nlsREADME.txt
sys.font.iso
sys.font.src
sys.resources.src dtsession: help xterm load the appropriate font. 2022-08-28 17:51:24 +00:00
sys.session.src