Home
last modified time | relevance | path

Searched refs:xi2event (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Denterleave.c781 xXIFocusInEvent *xi2event; in DeviceFocusEvent() local
792 xi2event = calloc(1, len); in DeviceFocusEvent()
793 xi2event->type = GenericEvent; in DeviceFocusEvent()
794 xi2event->extension = IReqCode; in DeviceFocusEvent()
795 xi2event->evtype = type; in DeviceFocusEvent()
796 xi2event->length = bytes_to_int32(len - sizeof(xEvent)); in DeviceFocusEvent()
797 xi2event->buttons_len = btlen; in DeviceFocusEvent()
798 xi2event->detail = detail; in DeviceFocusEvent()
799 xi2event->time = currentTime.milliseconds; in DeviceFocusEvent()
800 xi2event->deviceid = dev->id; in DeviceFocusEvent()
[all …]