XSCALING was compile-time defined as either 1 or 0 and a workaround for a bug in the X server release 1.4.0 (not 1.4.1) that required special scaling handling. It's not needed for xf86-input-wacom.
Signed-off-by: Peter Hutterer <[email protected]> --- tools/xsetwacom.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/tools/xsetwacom.c b/tools/xsetwacom.c index 38d2cb3..ab8636d 100644 --- a/tools/xsetwacom.c +++ b/tools/xsetwacom.c @@ -830,12 +830,6 @@ static param_t parameters[] = .prop_flags = PROP_FLAG_READONLY }, { - .name = "XScaling", - .desc = "Returns the status of XSCALING is set or not. ", - .set_func = not_implemented, - .get_func = not_implemented, - }, - { .name = "all", .desc = "Get value for all parameters.", .get_func = get_all, -- 1.6.5.2 ------------------------------------------------------------------------------ _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
