Esempio n. 1
0
void
quartz_restore(quartz_state_t *state)
{
	CGDisplayRestoreColorSyncSettings();
}
Esempio n. 2
0
BOOL LLWindowMacOSX::restoreGamma()
{
	CGDisplayRestoreColorSyncSettings();
	return true;
}