Searched refs:pXMsgArg (Results 1 – 1 of 1) sorted by relevance
1358 XMsgProcArgPtr pXMsgArg = malloc(sizeof(XMsgProcArgRec)); in winInitWM() local1361 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()