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

/xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
H A DmouseEmu3btn.c579 const struct button_action *timeout_action; local in function:buttonTimer
584 timeout_action = &stateTab[pEmu3btn->emulateState].timeout;
585 if ((type = timeout_action->event1.type) != ButtonNone) {
586 button = timeout_action->event1.button;
590 pEmu3btn->emulateState = timeout_action->new_state;
733 const struct button_action *button_action, *timeout_action; local in function:Emulate3ButtonsQueueEvent
756 timeout_action = &stateTab[pEmu3btn->emulateState].timeout;
757 if (timeout_action->event1.type != ButtonNone) {

Completed in 2 milliseconds