Lines Matching refs:swapInfo
284 miDbeSwapBuffers(ClientPtr client, int *pNumWindows, DbeSwapInfoPtr swapInfo)
294 pWin = swapInfo[0].pWindow;
305 switch(swapInfo[0].swapAction)
344 switch(swapInfo[0].swapAction)
392 swapInfo[0].pWindow = swapInfo[*pNumWindows - 1].pWindow;
393 swapInfo[0].swapAction = swapInfo[*pNumWindows - 1].swapAction;
396 swapInfo[*pNumWindows - 1].pWindow = (WindowPtr)NULL;
397 swapInfo[*pNumWindows - 1].swapAction = 0;
402 swapInfo[0].pWindow = (WindowPtr)NULL;
403 swapInfo[0].swapAction = 0;