Searched refs:accelNum (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DChPntCon.c48 req->accelNum = acc_numerator;
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dchgfctl.c225 int accelNum; local in function:ChangePtrFeedback
227 accelNum = f->num;
228 if (accelNum == -1)
230 else if (accelNum < 0) {
231 client->errorValue = accelNum;
234 pctrl.num = accelNum;
H A Dgetfctl.c132 p2->accelNum = p->ctrl.num;
137 swaps(&p2->accelNum, n);
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dchgfctl.c224 int accelNum; local in function:ChangePtrFeedback
226 accelNum = f->num;
227 if (accelNum == -1)
229 else if (accelNum < 0) {
230 client->errorValue = accelNum;
234 pctrl.num = accelNum;
H A Dgetfctl.c128 p2->accelNum = p->ctrl.num;
133 swaps(&p2->accelNum);
/xsrc/external/mit/xinput/dist/src/
H A Dfeedback.c79 feedback.accelNum = atoi(argv[2]);
147 printf("\taccelNum is %d\n", p->accelNum);
/xsrc/external/mit/libXi/dist/src/
H A DXGetFCtl.c197 P->accelNum = p->accelNum;
H A DXChgFCtl.c115 p.num = P->accelNum;
/xsrc/external/mit/libXi/dist/include/X11/extensions/
H A DXInput.h532 int accelNum; member in struct:__anonf2a6c3991108
606 int accelNum; member in struct:__anonf2a6c3991708
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddevices.c2180 if (stuff->accelNum == -1) {
2183 else if (stuff->accelNum < 0) {
2184 client->errorValue = stuff->accelNum;
2188 ctrl.num = stuff->accelNum;
H A Dswapreq.c1043 swaps(&stuff->accelNum, n);
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddevices.c2340 if (stuff->accelNum == -1) {
2343 else if (stuff->accelNum < 0) {
2344 client->errorValue = stuff->accelNum;
2348 ctrl.num = stuff->accelNum;
H A Dswapreq.c963 swaps(&stuff->accelNum);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXIproto.h806 CARD16 accelNum; member in struct:__anonacf995022608
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h1969 INT16 accelNum, accelDenum;
1965 INT16 accelNum, accelDenum; member in struct:__anone2852e7a9a08

Completed in 28 milliseconds