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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddisplay.cpp364 // Handle hDisplayState;
365 // if (DMBeginConfigureDisplays(&hDisplayState) != noErr)
370 // wxASSERT( DMUseScreenPrefs(true, hDisplayState) == noErr);
371 // DMEndConfigureDisplays(hDisplayState);
425 Handle hDisplayState; local
426 if (DMBeginConfigureDisplays(&hDisplayState) != noErr)
436 , hDisplayState
439 DMEndConfigureDisplays(hDisplayState);
443 DMEndConfigureDisplays(hDisplayState);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddisplay.cpp656 // Handle hDisplayState;
657 // if (DMBeginConfigureDisplays(&hDisplayState) != noErr)
663 // wxASSERT( DMUseScreenPrefs(true, hDisplayState) == noErr);
664 // DMEndConfigureDisplays(hDisplayState);
727 Handle hDisplayState;
728 if (DMBeginConfigureDisplays(&hDisplayState) != noErr)
740 hDisplayState );
744 DMEndConfigureDisplays(hDisplayState);
750 DMEndConfigureDisplays(hDisplayState);

Completed in 80 milliseconds