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

/xsrc/external/mit/xorg-server/dist/test/
H A DMakefile.am52 -I$(srcdir)/xi2 \
86 xi2/protocol-common.c \
87 xi2/protocol-xiqueryversion.c \
88 xi2/protocol-xiquerydevice.c \
89 xi2/protocol-xiselectevents.c \
90 xi2/protocol-xigetselectedevents.c \
91 xi2/protocol-xisetclientpointer.c \
92 xi2/protocol-xigetclientpointer.c \
93 xi2/protocol-xiquerypointer.c \
94 xi2/protoco
[all...]
H A DMakefile.in102 @ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ -I$(srcdir)/xi2 \
127 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-common.c \
128 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xiqueryversion.c \
129 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xiquerydevice.c \
130 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xiselectevents.c \
131 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xigetselectedevents.c \
132 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xisetclientpointer.c \
133 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xigetclientpointer.c \
134 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xiquerypointer.c \
135 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protoco
[all...]
/xsrc/external/mit/xorg-server.old/dist/test/xi1/
H A DMakefile.am10 AM_CPPFLAGS = @XORG_INCS@ -I$(srcdir)/../xi2
12 COMMON_SOURCES=$(srcdir)/../xi2/protocol-common.c
/xsrc/external/mit/xorg-server.old/dist/test/
H A DMakefile.am2 SUBDIRS= . xi1 xi2
H A DMakefile.in115 DIST_SUBDIRS = . xi2
432 @UNITTESTS_TRUE@SUBDIRS = . xi2
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dxiproperty.c190 xXIPropertyEvent xi2; local in function:send_property_event
206 xi2.type = GenericEvent;
207 xi2.extension = IReqCode;
208 xi2.length = 0;
209 xi2.evtype = XI_PropertyEvent;
210 xi2.deviceid = dev->id;
211 xi2.time = currentTime.milliseconds;
212 xi2.property = property;
213 xi2.what = what;
214 SendEventToAllWindows(dev, GetEventFilter(dev, (xEvent*)&xi2),
[all...]
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Devents.c2382 xEvent *xi2 = NULL; local in function:DeliverDeviceEvents
2383 rc = EventToXI2(event, &xi2);
2387 filter = GetEventFilter(dev, xi2);
2388 FixUpEventFromWindow(pSprite, xi2, pWin, child, FALSE);
2389 deliveries = DeliverEventsToWindow(dev, pWin, xi2, 1,
2391 free(xi2);
3650 xEvent *xE = NULL, *xi2 = NULL; local in function:DeliverFocusedEvent
3673 rc = EventToXI2(event, &xi2);
3677 int filter = GetEventFilter(keybd, xi2);
3678 FixUpEventFromWindow(ptr->spriteInfo->sprite, xi2, focu
3743 xEvent *xi2 = NULL; local in function:DeliverGrabbedEvent
[all...]
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dexevents.c1075 xEvent *xi2; local in function:DeliverOneTouchEvent
1088 err = EventToXI2(ev, &xi2);
1093 FixUpEventFromWindow(&ti->sprite, xi2, win, child, FALSE);
1094 filter = GetEventFilter(dev, xi2);
1095 if (XaceHook(XACE_RECEIVE_ACCESS, client, win, xi2, 1) != Success)
1097 err = TryClientEvents(client, dev, xi2, 1, filter, filter, NullGrab);
1098 free(xi2);
2229 xEvent *xi2; local in function:DeliverOneGestureEvent
2234 err = EventToXI2(ev, &xi2);
2239 FixUpEventFromWindow(&gi->sprite, xi2, wi
[all...]
H A Dxiproperty.c195 xXIPropertyEvent xi2 = { local in function:send_property_event
208 SendEventToAllWindows(dev, GetEventFilter(dev, (xEvent *) &xi2),
209 (xEvent *) &xi2, 1);
/xsrc/external/mit/xorg-server.old/dist/test/xi2/
H A DMakefile.in44 subdir = test/xi2
560 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/xi2/Makefile'; \
562 $(AUTOMAKE) --foreign test/xi2/Makefile
/xsrc/external/mit/xorg-server/dist/dix/
H A Devents.c4263 xEvent *core = NULL, *xE = NULL, *xi2 = NULL; local in function:DeliverFocusedEvent
4283 rc = EventToXI2(event, &xi2);
4286 int filter = GetEventFilter(keybd, xi2);
4288 FixUpEventFromWindow(ptr->spriteInfo->sprite, xi2, focus, None, FALSE);
4289 deliveries = DeliverEventsToWindow(keybd, focus, xi2, 1,
4336 free(xi2);
/xsrc/external/mit/xorg-server.old/dist/
H A Dconfigure.ac2270 test/xi2/Makefile

Completed in 31 milliseconds