Home
last modified time | relevance | path

Searched refs:pNewEvent (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwindowswm.c146 WMEventPtr pEvent, pNewEvent, *pHead; in ProcWindowsWMSelectInput() local
165 pNewEvent = malloc(sizeof(WMEventRec)); in ProcWindowsWMSelectInput()
166 if (!pNewEvent) in ProcWindowsWMSelectInput()
168 pNewEvent->next = 0; in ProcWindowsWMSelectInput()
169 pNewEvent->client = client; in ProcWindowsWMSelectInput()
170 pNewEvent->mask = stuff->mask; in ProcWindowsWMSelectInput()
176 pNewEvent->clientResource = clientResource; in ProcWindowsWMSelectInput()
177 if (!AddResource(clientResource, ClientType, (void *) pNewEvent)) in ProcWindowsWMSelectInput()
195 pNewEvent->next = *pHead; in ProcWindowsWMSelectInput()
196 *pHead = pNewEvent; in ProcWindowsWMSelectInput()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Dapplewm.c226 WMEventPtr pEvent, pNewEvent, *pHead; in ProcAppleWMSelectInput() local
248 pNewEvent = (WMEventPtr)malloc(sizeof(WMEventRec)); in ProcAppleWMSelectInput()
249 if (!pNewEvent) in ProcAppleWMSelectInput()
251 pNewEvent->next = 0; in ProcAppleWMSelectInput()
252 pNewEvent->client = client; in ProcAppleWMSelectInput()
253 pNewEvent->mask = stuff->mask; in ProcAppleWMSelectInput()
259 pNewEvent->clientResource = clientResource; in ProcAppleWMSelectInput()
260 if (!AddResource(clientResource, ClientType, (void *)pNewEvent)) in ProcAppleWMSelectInput()
277 pNewEvent->next = *pHead; in ProcAppleWMSelectInput()
278 *pHead = pNewEvent; in ProcAppleWMSelectInput()
[all …]