Lines Matching defs:pVMWARE
138 VMWAREPtr pVMWARE;
150 pVMWARE = VMWAREPTR(pScrn);
155 rep.state = pVMWARE->xinerama;
193 VMWAREPtr pVMWARE;
205 pVMWARE = VMWAREPTR(pScrn);
210 rep.ScreenCount = pVMWARE->xineramaNumOutputs;
249 VMWAREPtr pVMWARE;
262 pVMWARE = VMWAREPTR(pScrn);
267 rep.width = pVMWARE->xineramaState[stuff->screen].width;
268 rep.height = pVMWARE->xineramaState[stuff->screen].height;
307 VMWAREPtr pVMWARE;
315 pVMWARE = VMWAREPTR(pScrn);
320 rep.state = pVMWARE->xinerama;
355 VMWAREPtr pVMWARE;
363 pVMWARE = VMWAREPTR(pScrn);
367 rep.number = pVMWARE->xinerama ? pVMWARE->xineramaNumOutputs : 0;
377 if(pVMWARE->xinerama) {
381 for(i = 0; i < pVMWARE->xineramaNumOutputs; i++) {
382 scratch.x_org = pVMWARE->xineramaState[i].x_org;
383 scratch.y_org = pVMWARE->xineramaState[i].y_org;
384 scratch.width = pVMWARE->xineramaState[i].width;
385 scratch.height = pVMWARE->xineramaState[i].height;
668 VMWAREPtr pVMWARE = VMWAREPTR(pScrn);
670 if (pVMWARE->xineramaState) {
671 free(pVMWARE->xineramaState);
672 pVMWARE->xineramaState = NULL;
673 pVMWARE->xineramaNumOutputs = 0;
674 pVMWARE->xinerama = FALSE;
699 VMWAREPtr pVMWARE = VMWAREPTR(pScrn);
705 pVMWARE->xinerama = FALSE;
721 pVMWARE->xinerama = TRUE;