Searched refs:firstBtnRtrn (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBExtDev.c203 if (((unsigned short) rep->firstBtnRtrn + rep->nBtnsRtrn) > devi->num_btns)
205 act = &devi->btn_acts[rep->firstBtnRtrn];
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBproto.h958 CARD8 firstBtnRtrn; member in struct:_xkbGetDeviceInfoReply
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkb.c6305 rep.firstBtnRtrn = rep.nBtnsRtrn = 0;
6321 rep.firstBtnRtrn= rep.nBtnsRtrn= 0;
6341 rep.firstBtnRtrn= stuff->firstBtn;
6348 rep.firstBtnRtrn+= i;
6350 act= &dev->button->xkb_acts[rep.firstBtnRtrn+rep.nBtnsRtrn-1];
6395 awire= (xkbActionWireDesc *)&dev->button->xkb_acts[rep.firstBtnRtrn];
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkb.c6499 .firstBtnRtrn = 0,
6529 rep.firstBtnRtrn = stuff->firstBtn;
6536 rep.firstBtnRtrn += i;
6539 &dev->button->xkb_acts[rep.firstBtnRtrn + rep.nBtnsRtrn -
6584 awire = (xkbActionWireDesc *) &dev->button->xkb_acts[rep.firstBtnRtrn];

Completed in 65 milliseconds