Searched refs:XkbRemoveResourceClient (Results 1 – 5 of 5) sorted by relevance
693 extern _X_EXPORT int XkbRemoveResourceClient(DevicePtr /* inDev */ ,
1037 XkbRemoveResourceClient(DevicePtr inDev, XID id) in XkbRemoveResourceClient() function
7030 if (!XkbRemoveResourceClient(pXDev, id)) { in XkbClientGone()
986 XkbRemoveResourceClient((DevicePtr) dev, dev->xkb_interest->resource); in CloseDevice()
117209 CloseDevice: call XkbRemoveResourceClient before freeing key class struct117211 XkbRemoveResourceClient() returns immediately if dev->key is NULL.117212 CloseDevice calls XkbRemoveResourceClient until it removes all resources.117214 If we free dev->key and NULL it before XkbRemoveResourceClient, then151945 Otherwise XkbRemoveResourceClient may try to dereference it lateron.156774 XkbRemoveResourceClient wants to access xkbInfo if it exists, so make