Lines Matching defs:acts
6836 XkbAction *acts;
6840 acts = dev->button->xkb_acts;
6841 if (acts == NULL) {
6842 acts = calloc(nBtns, sizeof(XkbAction));
6843 if (!acts)
6845 dev->button->xkb_acts = acts;
6850 memcpy((char *) &acts[stuff->firstBtn], (char *) wire, sz);
6860 acts = &dev->button->xkb_acts[stuff->firstBtn];
6861 for (i = 0; i < stuff->nBtns; i++, acts++) {
6862 if (acts->type != XkbSA_NoAction)
6863 XkbSetActionKeyMods(kbd->key->xkbInfo->desc, acts, 0);