Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowwm.c1358 XMsgProcArgPtr pXMsgArg = malloc(sizeof(XMsgProcArgRec)); in winInitWM() local
1361 if (pArg == NULL || pWMInfo == NULL || pXMsgArg == NULL) { in winInitWM()
1365 free(pXMsgArg); in winInitWM()
1372 ZeroMemory(pXMsgArg, sizeof(XMsgProcArgRec)); in winInitWM()
1396 pXMsgArg->dwScreen = dwScreen; in winInitWM()
1397 pXMsgArg->pWMInfo = pWMInfo; in winInitWM()
1398 pXMsgArg->ppmServerStarted = ppmServerStarted; in winInitWM()
1399 pXMsgArg->hwndScreen = hwndScreen; in winInitWM()
1400 if (pthread_create(ptXMsgProc, NULL, winMultiWindowXMsgProc, pXMsgArg)) { in winInitWM()