Searched refs:xkb_acts (Results 1 – 6 of 6) sorted by relevance
569 if (from->button->xkb_acts) { in DeepCopyPointerClasses()570 if (!to->button->xkb_acts) { in DeepCopyPointerClasses()571 to->button->xkb_acts = calloc(1, sizeof(XkbAction)); in DeepCopyPointerClasses()572 if (!to->button->xkb_acts) in DeepCopyPointerClasses()575 memcpy(to->button->xkb_acts, from->button->xkb_acts, in DeepCopyPointerClasses()579 free(to->button->xkb_acts); in DeepCopyPointerClasses()
368 union _XkbAction *xkb_acts; member
163 if ((dev->button) && (dev->button->xkb_acts)) { in XkbGetButtonAction()164 if (dev->button->xkb_acts[button - 1].any.type != XkbSA_NoAction) { in XkbGetButtonAction()166 &dev->button->xkb_acts[button - 1]); in XkbGetButtonAction()
6474 if (dev->button->xkb_acts != NULL) { in ProcXkbGetDeviceInfo()6480 act = &dev->button->xkb_acts[rep.firstBtnWanted]; in ProcXkbGetDeviceInfo()6488 &dev->button->xkb_acts[rep.firstBtnRtrn + rep.nBtnsRtrn - in ProcXkbGetDeviceInfo()6533 awire = (xkbActionWireDesc *) &dev->button->xkb_acts[rep.firstBtnRtrn]; in ProcXkbGetDeviceInfo()6783 acts = dev->button->xkb_acts; in _XkbSetDeviceInfoCheck()6788 dev->button->xkb_acts = acts; in _XkbSetDeviceInfoCheck()6805 acts = &dev->button->xkb_acts[stuff->firstBtn]; in _XkbSetDeviceInfoCheck()
801 free((*b)->xkb_acts); in FreeDeviceClass()
149747 Xi: when copying button classes, copy xkb_acts as well.