Home
last modified time | relevance | path

Searched refs:do_threshold (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxcommon.c139 Bool do_accel, do_threshold; in dmxCommonMouSetCtrl() local
145 do_threshold = (new->threshold > 0); in dmxCommonMouSetCtrl()
146 if (do_accel || do_threshold) { in dmxCommonMouSetCtrl()
147 XChangePointerControl(display, do_accel, do_threshold, in dmxCommonMouSetCtrl()