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

/xsrc/external/mit/xorg-server.old/dist/dbe/
H A Dmidbe.c284 miDbeSwapBuffers(ClientPtr client, int *pNumWindows, DbeSwapInfoPtr swapInfo)
382 * pNumWindows to indicate to the DIX level how many windows were actually
386 if (*pNumWindows > 1)
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;
406 (*pNumWindows)--;
280 miDbeSwapBuffers(ClientPtr client,int * pNumWindows,DbeSwapInfoPtr swapInfo) argument
/xsrc/external/mit/xorg-server/dist/dbe/
H A Dmidbe.c253 miDbeSwapBuffers(ClientPtr client, int *pNumWindows, DbeSwapInfoPtr swapInfo)
342 * pNumWindows to indicate to the DIX level how many windows were actually
346 if (*pNumWindows > 1) {
351 swapInfo[0].pWindow = swapInfo[*pNumWindows - 1].pWindow;
352 swapInfo[0].swapAction = swapInfo[*pNumWindows - 1].swapAction;
355 swapInfo[*pNumWindows - 1].pWindow = (WindowPtr) NULL;
356 swapInfo[*pNumWindows - 1].swapAction = 0;
364 (*pNumWindows)--;
249 miDbeSwapBuffers(ClientPtr client,int * pNumWindows,DbeSwapInfoPtr swapInfo) argument

Completed in 4 milliseconds