Skip to content

property: allow for hex values

Peter Hutterer requested to merge whot/xinput:wip/hex-set-prop into master

Switch from atoi() to strtol() so we can parse property values like 0x123 as well.

Merge request reports