Home
last modified time | relevance | path

Searched refs:dixLookupClient (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dxisetclientpointer.c86 rc = dixLookupClient(&targetClient, stuff->win, client, in ProcXISetClientPointer()
H A Dxigetclientpointer.c71 rc = dixLookupClient(&winclient, stuff->win, client, DixGetAttrAccess); in ProcXIGetClientPointer()
/OK3568_Linux_fs/external/xserver/test/
H A DMakefile.am102 -Wl,-wrap,dixLookupClient \
H A DMakefile.in988 @ENABLE_UNIT_TESTS_TRUE@@HAVE_LD_WRAP_TRUE@@XORG_TRUE@ -Wl,-wrap,dixLookupClient \
/OK3568_Linux_fs/external/xserver/include/
H A Ddix.h203 extern _X_EXPORT int dixLookupClient(ClientPtr *result,
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxselinux_ext.c299 rc = dixLookupClient(&target, stuff->id, client, DixGetAttrAccess); in ProcSELinuxGetClientContext()
H A Dsync.c1330 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 Ddixutils.c262 dixLookupClient(ClientPtr *pClient, XID rid, ClientPtr client, Mask access) in dixLookupClient() function
H A Ddispatch.c3280 rc = dixLookupClient(&killclient, stuff->id, client, DixDestroyAccess); in ProcKillClient()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessWindow.c123 dixLookupClient(&pClient, pWin->drawable.id, serverClient, in RootlessNativeWindowMoved()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog149483 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().