aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/ks_tables.h
Commit message (Collapse)AuthorAgeFilesLines
* Add own keysym to name functionPierre Ossman2023-11-161-0/+3382
This is mainly a copy of XKeysymToString() from libX11. We've also added a wrapper that still gives a string, even if there is no name for the requested keysym. This grows the binaries a bit, but not with any extreme amount so is hopefully worth it to get better debug logging.