Lines Matching defs:acc_num
130 static void set_mouse(Display *dpy, int acc_num, int acc_denom, int threshold);
438 int acc_num = SERVER_DEFAULT; /* restore server defaults */
443 set_mouse(dpy, acc_num, acc_denom, threshold);
451 sscanf(arg, "%d/%d", &acc_num, &acc_denom);
454 set_mouse(dpy, acc_num, acc_denom, threshold);
463 set_mouse(dpy, acc_num, acc_denom, threshold);
1039 set_mouse(Display *dpy, int acc_num, int acc_denom, int threshold)
1043 if (acc_num == DONT_CHANGE) /* what an incredible crock... */
1047 if (acc_num < 0) /* shouldn't happen */
1048 acc_num = SERVER_DEFAULT;
1053 XChangePointerControl(dpy, do_accel, do_threshold, acc_num,
1259 int acc_num, acc_denom, threshold;
1273 XGetPointerControl(dpy, &acc_num, &acc_denom, &threshold);
1393 acc_num, acc_denom, threshold);