Searched refs:PopMessage (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowwm.c150 PopMessage (WMMsgQueuePtr pQueue, WMInfoPtr pWMInfo);
308 * PopMessage - Pop a message from the queue
312 PopMessage (WMMsgQueuePtr pQueue, WMInfoPtr pWMInfo) function in typeref:typename:WMMsgNodePtr
649 pNode = PopMessage (&pWMInfo->wmMsgQueue, pWMInfo);
652 /* Bail if PopMessage returns without a message */
653 /* NOTE: Remember that PopMessage is a blocking function. */
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowwm.c147 static WMMsgNodePtr PopMessage(WMMsgQueuePtr pQueue, WMInfoPtr pWMInfo);
275 * PopMessage - Pop a message from the queue
279 PopMessage(WMMsgQueuePtr pQueue, WMInfoPtr pWMInfo) function in typeref:typename:WMMsgNodePtr
803 pNode = PopMessage(&pWMInfo->wmMsgQueue, pWMInfo);
805 /* Bail if PopMessage returns without a message */
806 /* NOTE: Remember that PopMessage is a blocking function. */

Completed in 7 milliseconds