Carbon


Display Mode Flags

Header: Displays.h

The structure DMDisplayModeListEntryRec uses these values for its displayModeFlags field.

enum {
    kDisplayModeListNotPreferredBit = 0,
    kDisplayModeListNotPreferredMask = 1
};

Constant descriptions

kDisplayModeListNotPreferredBit

Indicates there is a better timing available and that this timing should be shown only if the user wants to see all options.

kDisplayModeListNotPreferredMask

(1 << kDisplayModeListNotPreferredBit)


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)