Home
last modified time | relevance | path

Searched refs:ClientType (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwindowswm.c50 static RESTYPE ClientType, eventResourceType; /* resource types for event masks */ variable
134 FreeResource(pCur->clientResource, ClientType); in WMFreeEvents()
177 if (!AddResource(clientResource, ClientType, (void *) pNewEvent)) in ProcWindowsWMSelectInput()
209 FreeResource(pEvent->clientResource, ClientType); in ProcWindowsWMSelectInput()
577 ClientType = CreateNewResourceType(WMFreeClient, "WMClient"); in winWindowsWMExtensionInit()
581 if (ClientType && eventResourceType && in winWindowsWMExtensionInit()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Dapplewm.c79 static RESTYPE ClientType, EventType; /* resource types for event masks */ variable
214 FreeResource(pCur->clientResource, ClientType); in WMFreeEvents()
260 if (!AddResource(clientResource, ClientType, (void *)pNewEvent)) in ProcAppleWMSelectInput()
291 FreeResource(pEvent->clientResource, ClientType); in ProcAppleWMSelectInput()
721 ClientType = CreateNewResourceType(WMFreeClient, "WMClient"); in AppleWMExtensionInit()
725 if (ClientType && EventType && in AppleWMExtensionInit()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshape.c73 static RESTYPE ClientType, ShapeEventType; /* resource types for event masks */ variable
723 FreeResource(pCur->clientResource, ClientType); in ShapeFreeEvents()
773 if (!AddResource(clientResource, ClientType, (void *) pNewShapeEvent)) in ProcShapeSelectInput()
805 FreeResource(pShapeEvent->clientResource, ClientType); in ProcShapeSelectInput()
1232 ClientType = CreateNewResourceType(ShapeFreeClient, "ShapeClient"); in ShapeExtensionInit()
1234 if (ClientType && ShapeEventType && in ShapeExtensionInit()