![]() |
Display Mode Flags |
Header: Displays.h |
The structure
enum { kDisplayModeListNotPreferredBit = 0, kDisplayModeListNotPreferredMask = 1 };
Indicates there is a better timing available and that this timing should be shown only if the user wants to see all options.
(1 << kDisplayModeListNotPreferredBit)
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)