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

/xsrc/external/mit/xorg-server/dist/randr/
H A Drandr.c578 rrScrPrivPtr primarysp; local in function:RRSetChanged
584 primarysp = rrGetScrPriv(primary);
588 primarysp = pScrPriv;
591 primarysp->changed = TRUE;
602 rrScrPrivPtr primarysp; local in function:RRTellChanged
611 primarysp = rrGetScrPriv(primary);
615 primarysp = pScrPriv;
628 if (CompareTimeStamps(primarysp->lastSetTime,
630 primarysp->lastSetTime = pSecondaryScrPriv->lastSetTime;
634 if (primarysp
[all...]
H A Drroutput.c37 rrScrPrivPtr primarysp; local in function:RROutputChanged
47 primarysp = rrGetScrPriv(primary);
50 primarysp = rrGetScrPriv(pScreen);
55 primarysp->configChanged = TRUE;

Completed in 7 milliseconds