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

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Ddmxcommon.c140 Bool do_accel, do_threshold; local in function:dmxCommonMouSetCtrl
147 do_threshold = (new->threshold > 0);
148 if (do_accel || do_threshold) {
149 XChangePointerControl(display, do_accel, do_threshold,
/xsrc/external/mit/xset/dist/
H A Dxset.c1041 int do_accel = True, do_threshold = True; local in function:set_mouse
1046 do_threshold = False;
1053 XChangePointerControl(dpy, do_accel, do_threshold, acc_num,

Completed in 4 milliseconds