Carbon


Dependent Notification Constants

Header: Displays.h

enum {
    kDependentNotifyClassShowCursor = 'shcr',
    kDependentNotifyClassDriverOverride = 'ndrv',
    kDependentNotifyClassDisplayMgrOverride = 'dmgr',
    kDependentNotifyClassProfileChanged = 'prof'
};

Constant descriptions

kDependentNotifyClassShowCursor

The Display Manager sends an extended notification when a hidden cursor shows during a display unmirror.

kDependentNotifyClassDriverOverride

The Display Manager sends notification that a video driver has been overridden with a newer revision.

kDependentNotifyClassDisplayMgrOverride

The Display Manager sends notification that it has been upgraded with a newer revision.

kDependentNotifyClassProfileChanged

The Display Manager sends notification when the profile associated with a display changes.

The function DMSendDependentNotification contains the parameter notifyClass which you can specify with a Dependent Notification Constant.


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