Searched refs:configChanged (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrinfo.c72 pScrPriv->configChanged = TRUE;
200 pScrPriv->configChanged = FALSE;
238 pScrPriv->configChanged = TRUE;
H A Drroutput.c32 RROutputChanged (RROutputPtr output, Bool configChanged) argument
41 if (configChanged)
42 pScrPriv->configChanged = TRUE;
H A Drandr.c425 if (pScrPriv->configChanged)
428 pScrPriv->configChanged = FALSE;
H A Drandrstr.h268 Bool configChanged; /* configuration changed */ member in struct:_rrScrPriv
735 * Notify the output of some change. configChanged indicates whether
741 RROutputChanged (RROutputPtr output, Bool configChanged);
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrinfo.c71 pScrPriv->configChanged = TRUE;
194 pScrPriv->configChanged = FALSE;
229 pScrPriv->configChanged = TRUE;
H A Drroutput.c33 RROutputChanged(RROutputPtr output, Bool configChanged) argument
54 if (configChanged)
55 primarysp->configChanged = TRUE;
H A Drrprovider.c516 primaryPriv->configChanged = TRUE;
H A Drandr.c636 if (primarysp->configChanged) {
638 primarysp->configChanged = FALSE;
H A Drandrstr.h371 Bool configChanged; /* configuration changed */ member in struct:_rrScrPriv
898 * Notify the output of some change. configChanged indicates whether
904 RROutputChanged(RROutputPtr output, Bool configChanged);

Completed in 10 milliseconds