Searched refs:dixLookupClient (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | xisetclientpointer.c | 86 rc = dixLookupClient(&targetClient, stuff->win, client, in ProcXISetClientPointer()
|
| H A D | xigetclientpointer.c | 71 rc = dixLookupClient(&winclient, stuff->win, client, DixGetAttrAccess); in ProcXIGetClientPointer()
|
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | Makefile.am | 102 -Wl,-wrap,dixLookupClient \
|
| H A D | Makefile.in | 988 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ -Wl,-wrap,dixLookupClient \
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | dix.h | 203 extern _X_EXPORT int dixLookupClient(ClientPtr *result,
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xselinux_ext.c | 299 rc = dixLookupClient(&target, stuff->id, client, DixGetAttrAccess); in ProcSELinuxGetClientContext()
|
| H A D | sync.c | 1330 rc = dixLookupClient(&priorityclient, stuff->id, client, in ProcSyncSetPriority() 1365 rc = dixLookupClient(&priorityclient, stuff->id, client, in ProcSyncGetPriority()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | dixutils.c | 262 dixLookupClient(ClientPtr *pClient, XID rid, ClientPtr client, Mask access) in dixLookupClient() function
|
| H A D | dispatch.c | 3280 rc = dixLookupClient(&killclient, stuff->id, client, DixDestroyAccess); in ProcKillClient()
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessWindow.c | 123 dixLookupClient(&pClient, pWin->drawable.id, serverClient, in RootlessNativeWindowMoved()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 149483 Make rootless use dixLookupClient rather than deprecated LookupClient. 149490 Fixed dixLookupClient to work with client=NullClient as it did in the 1.3 branch 163934 dixLookupClient: Use access parameter. 169468 Convert callers of LookupClient() to dixLookupClient().
|