Lines Matching defs:pRREvent
374 RREventPtr pRREvent;
378 pRREvent = (RREventPtr) data;
379 pWin = pRREvent->window;
384 for (pCur = *pHead; pCur && pCur != pRREvent; pCur = pCur->next)
388 pPrev->next = pRREvent->next;
390 *pHead = pRREvent->next;
393 free((void *) pRREvent);
483 RREventPtr *pHead, pRREvent;
497 for (pRREvent = *pHead; pRREvent; pRREvent = pRREvent->next) {
498 client = pRREvent->client;
502 if (pRREvent->mask & RRScreenChangeNotifyMask)
505 if (pRREvent->mask & RRCrtcChangeNotifyMask) {
527 if (pRREvent->mask & RROutputChangeNotifyMask) {
549 if (pRREvent->mask & RRProviderChangeNotifyMask) {
557 if (pRREvent->mask & RRResourceChangeNotifyMask) {
563 if (pRREvent->mask & RRLeaseNotifyMask) {