Lines Matching defs:xE
201 #define XE_KBPTR (xE->u.keyButtonPointer)
2692 * @param xE Event to be modified in place
2699 xEvent *xE, WindowPtr pWin, Window child, Bool calcChild)
2706 if ((evtype = xi2_get_type(xE))) {
2726 (xXIGesturePinchEvent*) xE, pWin, child);
2732 (xXIGestureSwipeEvent*) xE, pWin, child);
2736 (xXIDeviceEvent*) xE, pWin, child);
2816 DeliverEvent(DeviceIntPtr dev, xEvent *xE, int count,
2823 if (XaceHook(XACE_SEND_ACCESS, NULL, dev, win, xE, count) == Success) {
2824 filter = GetEventFilter(dev, xE);
2825 FixUpEventFromWindow(pSprite, xE, win, child, FALSE);
2826 deliveries = DeliverEventsToWindow(dev, win, xE, count, filter, grab);
2836 xEvent *xE = NULL;
2843 rc = EventToXI2(event, &xE);
2847 rc = EventToXI(event, &xE, &count);
2850 rc = EventToCore(event, &xE, &count);
2858 deliveries = DeliverEvent(dev, xE, count, win, child, grab);
2859 free(xE);
2946 * @param xE Events to deliver.
2947 * @param count number of events in xE.
2951 DeliverEvents(WindowPtr pWin, xEvent *xE, int count, WindowPtr otherParent)
2966 switch (xE->u.u.type) {
2977 xE->u.destroyNotify.event = pWin->drawable.id;
2981 switch (xE->u.u.type) {
2994 filter = GetEventFilter(&dummy, xE);
2995 return DeliverEventsToWindow(&dummy, pWin, xE, count, filter, NullGrab);
2999 deliveries = DeliverEventsToWindow(&dummy, pWin, xE, count,
3002 xE->u.destroyNotify.event = pWin->parent->drawable.id;
3003 deliveries += DeliverEventsToWindow(&dummy, pWin->parent, xE, count,
3005 if (xE->u.u.type == ReparentNotify) {
3006 xE->u.destroyNotify.event = otherParent->drawable.id;
3008 otherParent, xE, count,
3837 xEvent *xE = NULL;
3859 rc = EventToCore(event, &xE, &count);
3867 rc = EventToXI2(event, &xE);
3877 rc = EventToXI(event, &xE, &count);
3888 if (xE) {
3889 FixUpEventFromWindow(pSprite, xE, grab->window, None, TRUE);
3892 TryClientEvents(rClient(grab), device, xE, count,
3893 GetEventFilter(device, xE),
3894 GetEventFilter(device, xE), grab);
3897 free(xE);
4181 * @param xE The event to handle (Device{Button|Key}Press).
4263 xEvent *core = NULL, *xE = NULL, *xi2 = NULL;
4299 rc = EventToXI(event, &xE, &count);
4301 XaceHook(XACE_SEND_ACCESS, NULL, keybd, focus, xE, count) == Success) {
4302 FixUpEventFromWindow(ptr->spriteInfo->sprite, xE, focus, None, FALSE);
4303 deliveries = DeliverEventsToWindow(keybd, focus, xE, count,
4304 GetEventFilter(keybd, xE), NullGrab);
4335 free(xE);
4346 xEvent *xE = NULL;
4359 rc = EventToXI2(event, &xE);
4362 int evtype = xi2_get_type(xE);
4365 filter = GetEventFilter(dev, xE);
4373 rc = EventToXI(event, &xE, &count);
4375 filter = GetEventFilter(dev, xE);
4378 rc = EventToCore(event, &xE, &count);
4381 filter = GetEventFilter(dev, xE);
4389 FixUpEventFromWindow(pSprite, xE, grab->window, None, TRUE);
4391 grab->window, xE, count) ||
4393 grab->window, xE, count))
4395 else if (level != CORE || !IsInterferingGrab(rClient(grab), dev, xE)) {
4397 xE, count, mask, filter, grab);
4405 free(xE);