Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/randr/
H A Drrdispatch.c79 XID clientResource; in ProcRRSelectInput() local
123 clientResource = FakeClientID(client->index); in ProcRRSelectInput()
124 pRREvent->clientResource = clientResource; in ProcRRSelectInput()
125 if (!AddResource(clientResource, RRClientType, (void *) pRREvent)) in ProcRRSelectInput()
138 FreeResource(clientResource, RT_NONE); in ProcRRSelectInput()
194 FreeResource(pRREvent->clientResource, RRClientType); in ProcRRSelectInput()
H A Drandr.c405 FreeResource(pCur->clientResource, RRClientType); in RRFreeEvents()
H A Drandrstr.h435 XID clientResource; member
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dselect.c48 XID clientResource; member
139 FreeResource(e->clientResource, 0); in XFixesSelectSelectionInput()
152 e->clientResource = FakeClientID(pClient->index); in XFixesSelectSelectionInput()
168 if (!AddResource(e->clientResource, SelectionClientType, (void *) e)) in XFixesSelectSelectionInput()
173 FreeResource(e->clientResource, 0); in XFixesSelectSelectionInput()
252 FreeResource(e->clientResource, 0); in SelectionFreeWindow()
H A Dcursor.c93 XID clientResource; member
226 FreeResource(e->clientResource, 0); in XFixesSelectCursorInput()
238 e->clientResource = FakeClientID(pClient->index); in XFixesSelectCursorInput()
254 if (!AddResource(e->clientResource, CursorClientType, (void *) e)) in XFixesSelectCursorInput()
1002 FreeResource(e->clientResource, 0); in CursorFreeWindow()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwindowswm.c65 XID clientResource; member
134 FreeResource(pCur->clientResource, ClientType); in WMFreeEvents()
147 XID clientResource; in ProcWindowsWMSelectInput() local
175 clientResource = FakeClientID(client->index); in ProcWindowsWMSelectInput()
176 pNewEvent->clientResource = clientResource; in ProcWindowsWMSelectInput()
177 if (!AddResource(clientResource, ClientType, (void *) pNewEvent)) in ProcWindowsWMSelectInput()
190 FreeResource(clientResource, RT_NONE); in ProcWindowsWMSelectInput()
209 FreeResource(pEvent->clientResource, ClientType); in ProcWindowsWMSelectInput()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Dapplewm.c96 XID clientResource; member
214 FreeResource(pCur->clientResource, ClientType); in WMFreeEvents()
227 XID clientResource; in ProcAppleWMSelectInput() local
258 clientResource = FakeClientID(client->index); in ProcAppleWMSelectInput()
259 pNewEvent->clientResource = clientResource; in ProcAppleWMSelectInput()
260 if (!AddResource(clientResource, ClientType, (void *)pNewEvent)) in ProcAppleWMSelectInput()
272 FreeResource(clientResource, RT_NONE); in ProcAppleWMSelectInput()
291 FreeResource(pEvent->clientResource, ClientType); in ProcAppleWMSelectInput()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshape.c89 XID clientResource; member
723 FreeResource(pCur->clientResource, ClientType); in ShapeFreeEvents()
736 XID clientResource; in ProcShapeSelectInput() local
771 clientResource = FakeClientID(client->index); in ProcShapeSelectInput()
772 pNewShapeEvent->clientResource = clientResource; in ProcShapeSelectInput()
773 if (!AddResource(clientResource, ClientType, (void *) pNewShapeEvent)) in ProcShapeSelectInput()
786 FreeResource(clientResource, RT_NONE); in ProcShapeSelectInput()
805 FreeResource(pShapeEvent->clientResource, ClientType); in ProcShapeSelectInput()
H A Dsaver.c107 XID clientResource; member
1234 FreeResource(this->clientResource, RT_NONE); in ProcScreenSaverSuspend()
1257 this->clientResource = FakeClientID(client->index); in ProcScreenSaverSuspend()
1259 if (!AddResource(this->clientResource, SuspendType, (void *) this)) { in ProcScreenSaverSuspend()
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Dappledri.c78 XID clientResource; member
/OK3568_Linux_fs/external/xserver/record/
H A Drecord.c2260 rci.clientResource = pRCAP->pClientIDs[i]; in ProcRecordGetContext()
2262 swapl(&rci.clientResource); in ProcRecordGetContext()