Searched refs:xi2 (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | Makefile.am | 52 -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/protocol-xipassivegrabdevice.c \ [all …]
|
| H A D | Makefile.in | 100 @ENABLE_UNIT_TESTS_TRUE@@XORG_TRUE@ -I$(srcdir)/xi2 \ 125 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-common.c \ 126 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xiqueryversion.c \ 127 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xiquerydevice.c \ 128 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xiselectevents.c \ 129 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xigetselectedevents.c \ 130 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xisetclientpointer.c \ 131 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xigetclientpointer.c \ 132 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xiquerypointer.c \ 133 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ xi2/protocol-xipassivegrabdevice.c \ [all …]
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | xiproperty.c | 195 xXIPropertyEvent xi2 = { in send_property_event() local 208 SendEventToAllWindows(dev, GetEventFilter(dev, (xEvent *) &xi2), in send_property_event() 209 (xEvent *) &xi2, 1); in send_property_event()
|
| H A D | exevents.c | 1010 xEvent *xi2; in DeliverOneTouchEvent() local 1023 err = EventToXI2(ev, &xi2); in DeliverOneTouchEvent() 1028 FixUpEventFromWindow(&ti->sprite, xi2, win, child, FALSE); in DeliverOneTouchEvent() 1029 filter = GetEventFilter(dev, xi2); in DeliverOneTouchEvent() 1030 if (XaceHook(XACE_RECEIVE_ACCESS, client, win, xi2, 1) != Success) in DeliverOneTouchEvent() 1032 err = TryClientEvents(client, dev, xi2, 1, filter, filter, NullGrab); in DeliverOneTouchEvent() 1033 free(xi2); in DeliverOneTouchEvent()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gtk+/gtk+3/ |
| H A D | 0003-Add-disable-opengl-configure-option.patch | 650 +#include <gdk/x11/gdkx11device-xi2.h> 653 +#include <gdk/x11/gdkx11devicemanager-xi2.h>
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | events.c | 4076 xEvent *core = NULL, *xE = NULL, *xi2 = NULL; in DeliverFocusedEvent() local 4096 rc = EventToXI2(event, &xi2); in DeliverFocusedEvent() 4099 int filter = GetEventFilter(keybd, xi2); in DeliverFocusedEvent() 4101 FixUpEventFromWindow(ptr->spriteInfo->sprite, xi2, focus, None, FALSE); in DeliverFocusedEvent() 4102 deliveries = DeliverEventsToWindow(keybd, focus, xi2, 1, in DeliverFocusedEvent() 4149 free(xi2); in DeliverFocusedEvent()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 18208 tests: Move test/{xi1,xi2}/tests to test/ 18226 tests: Convert test/xi2/ to single binary 18249 Prepares for joining test/xi2/protocol-* into a single binary. 21820 xi2: fix FocusIn grabs 40650 Use unique display name for each xi2 test program [v3] 40652 make -j 8 check was sporadically failing in different xi2 tests. 40983 Abort xi2 tests if ActivateDevice() fails 40985 I was getting segfaults in xi2 tests from trying to copy XKB keyboard 51663 test/xi2: Clean up -Wshadow warnings 52398 test/xi2/protocol-common.c [all …]
|