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

/xsrc/external/mit/libXi/dist/src/
H A DXExtToWire.c184 register deviceKeyButtonPointer *bev; local in function:_XiEventToWire
188 bev = (deviceKeyButtonPointer *) Xmalloc(*count * sizeof(xEvent));
189 if (!bev)
191 *event = (xEvent *) bev;
193 bev->type = ev->type;
194 bev->root = ev->root;
195 bev->event = ev->window;
196 bev->child = ev->subwindow;
197 bev->time = ev->time;
198 bev
386 register deviceButtonStateNotify *bev; local in function:_XiEventToWire
[all...]
H A DXExtInt.c632 XDeviceButtonEvent *bev = (XDeviceButtonEvent *) save; local in function:XInputWireToEvent
634 bev->device_state = xev->device_state;
635 bev->axes_count = xev->num_valuators;
636 bev->first_axis = xev->first_valuator;
642 bev->axis_data[5] = xev->valuator5;
644 bev->axis_data[4] = xev->valuator4;
646 bev->axis_data[3] = xev->valuator3;
648 bev->axis_data[2] = xev->valuator2;
650 bev->axis_data[1] = xev->valuator1;
652 bev
766 register XButtonStatus *bev = (XButtonStatus *) data; local in function:XInputWireToEvent
[all...]
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBUse.c383 XkbBellNotifyEvent *bev = (XkbBellNotifyEvent *) re; local in function:wire_to_event
385 bev->type = XkbEventCode + xkbi->codes->first_event;
386 bev->xkb_type = XkbBellNotify;
387 bev->serial = _XSetLastRequestRead(dpy, (xGenericReply *) event);
388 bev->send_event = ((event->u.u.type & 0x80) != 0);
389 bev->display = dpy;
390 bev->time = bn->time;
391 bev->device = bn->deviceID;
392 bev->percent = bn->percent;
393 bev
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Denterleave.c737 deviceButtonStateNotify *bev = (deviceButtonStateNotify *) ++ev; local in function:DeliverStateNotifyEvent
739 bev->type = DeviceButtonStateNotify;
740 bev->deviceid = dev->id;
741 memcpy((char *) &bev->buttons[0], (char *) &b->down[4],
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dexevents.c1291 deviceButtonStateNotify *bev; local in function:DeviceFocusEvent
1334 bev = (deviceButtonStateNotify *) ev++;
1335 bev->type = DeviceButtonStateNotify;
1336 bev->deviceid = dev->id;
1337 memcpy((char*)&bev->buttons[4], (char*)&b->down[4], DOWN_LENGTH - 4);

Completed in 9 milliseconds