Lines Matching refs:primarysp
578 rrScrPrivPtr primarysp;
584 primarysp = rrGetScrPriv(primary);
588 primarysp = pScrPriv;
591 primarysp->changed = TRUE;
602 rrScrPrivPtr primarysp;
611 primarysp = rrGetScrPriv(primary);
615 primarysp = pScrPriv;
628 if (CompareTimeStamps(primarysp->lastSetTime,
630 primarysp->lastSetTime = pSecondaryScrPriv->lastSetTime;
634 if (primarysp->changed) {
636 if (primarysp->configChanged) {
637 primarysp->lastConfigTime = currentTime;
638 primarysp->configChanged = FALSE;
641 primarysp->changed = FALSE;
645 primarysp->resourcesChanged = FALSE;
663 if (primarysp->layoutChanged) {