|
| #define | NewDMNotificationUPP(userRoutine) |
| |
| #define | NewDMExtendedNotificationUPP(userRoutine) |
| |
| #define | NewDMComponentListIteratorUPP(userRoutine) |
| |
| #define | NewDMDisplayModeListIteratorUPP(userRoutine) |
| |
| #define | NewDMProfileListIteratorUPP(userRoutine) |
| |
| #define | NewDMDisplayListIteratorUPP(userRoutine) |
| |
|
#define | DisposeDMNotificationUPP(userUPP) DisposeRoutineDescriptor(userUPP) |
| |
|
#define | DisposeDMExtendedNotificationUPP(userUPP) DisposeRoutineDescriptor(userUPP) |
| |
|
#define | DisposeDMComponentListIteratorUPP(userUPP) DisposeRoutineDescriptor(userUPP) |
| |
|
#define | DisposeDMDisplayModeListIteratorUPP(userUPP) DisposeRoutineDescriptor(userUPP) |
| |
|
#define | DisposeDMProfileListIteratorUPP(userUPP) DisposeRoutineDescriptor(userUPP) |
| |
|
#define | DisposeDMDisplayListIteratorUPP(userUPP) DisposeRoutineDescriptor(userUPP) |
| |
|
#define | InvokeDMNotificationUPP(theEvent, userUPP) CALL_ONE_PARAMETER_UPP((userUPP), uppDMNotificationProcInfo, (theEvent)) |
| |
| #define | InvokeDMExtendedNotificationUPP(userData, theMessage, notifyData, userUPP) |
| |
| #define | InvokeDMComponentListIteratorUPP(userData, itemIndex, componentInfo, userUPP) |
| |
| #define | InvokeDMDisplayModeListIteratorUPP(userData, itemIndex, displaymodeInfo, userUPP) |
| |
| #define | InvokeDMProfileListIteratorUPP(userData, itemIndex, profileInfo, userUPP) |
| |
| #define | InvokeDMDisplayListIteratorUPP(userData, itemIndex, displaymodeInfo, userUPP) |
| |
| #define | NewDMNotificationProc(userRoutine) NewDMNotificationUPP(userRoutine) |
| |
|
#define | NewDMExtendedNotificationProc(userRoutine) NewDMExtendedNotificationUPP(userRoutine) |
| |
|
#define | NewDMComponentListIteratorProc(userRoutine) NewDMComponentListIteratorUPP(userRoutine) |
| |
|
#define | NewDMDisplayModeListIteratorProc(userRoutine) NewDMDisplayModeListIteratorUPP(userRoutine) |
| |
|
#define | NewDMProfileListIteratorProc(userRoutine) NewDMProfileListIteratorUPP(userRoutine) |
| |
|
#define | NewDMDisplayListIteratorProc(userRoutine) NewDMDisplayListIteratorUPP(userRoutine) |
| |
|
#define | CallDMNotificationProc(userRoutine, theEvent) InvokeDMNotificationUPP(theEvent, userRoutine) |
| |
|
#define | CallDMExtendedNotificationProc(userRoutine, userData, theMessage, notifyData) InvokeDMExtendedNotificationUPP(userData, theMessage, notifyData, userRoutine) |
| |
| #define | CallDMComponentListIteratorProc(userRoutine, userData, itemIndex, componentInfo) |
| |
| #define | CallDMDisplayModeListIteratorProc(userRoutine, userData, itemIndex, displaymodeInfo) |
| |
|
#define | CallDMProfileListIteratorProc(userRoutine, userData, itemIndex, profileInfo) InvokeDMProfileListIteratorUPP(userData, itemIndex, profileInfo, userRoutine) |
| |
| #define | CallDMDisplayListIteratorProc(userRoutine, userData, itemIndex, displaymodeInfo) |
| |
|
| enum | {
kAESystemConfigNotice = FOUR_CHAR_CODE('cnfg')
, kAEDisplayNotice = FOUR_CHAR_CODE('dspl')
, kAEDisplaySummary = FOUR_CHAR_CODE('dsum')
, keyDMConfigVersion = FOUR_CHAR_CODE('dmcv')
,
keyDMConfigFlags = FOUR_CHAR_CODE('dmcf')
, keyDMConfigReserved = FOUR_CHAR_CODE('dmcr')
, keyDisplayID = FOUR_CHAR_CODE('dmid')
, keyDisplayComponent = FOUR_CHAR_CODE('dmdc')
,
keyDisplayDevice = FOUR_CHAR_CODE('dmdd')
, keyDisplayFlags = FOUR_CHAR_CODE('dmdf')
, keyDisplayMode = FOUR_CHAR_CODE('dmdm')
, keyDisplayModeReserved = FOUR_CHAR_CODE('dmmr')
,
keyDisplayReserved = FOUR_CHAR_CODE('dmdr')
, keyDisplayMirroredId = FOUR_CHAR_CODE('dmmi')
, keyDeviceFlags = FOUR_CHAR_CODE('dddf')
, keyDeviceDepthMode = FOUR_CHAR_CODE('dddm')
,
keyDeviceRect = FOUR_CHAR_CODE('dddr')
, keyPixMapRect = FOUR_CHAR_CODE('dpdr')
, keyPixMapHResolution = FOUR_CHAR_CODE('dphr')
, keyPixMapVResolution = FOUR_CHAR_CODE('dpvr')
,
keyPixMapPixelType = FOUR_CHAR_CODE('dppt')
, keyPixMapPixelSize = FOUR_CHAR_CODE('dpps')
, keyPixMapCmpCount = FOUR_CHAR_CODE('dpcc')
, keyPixMapCmpSize = FOUR_CHAR_CODE('dpcs')
,
keyPixMapAlignment = FOUR_CHAR_CODE('dppa')
, keyPixMapResReserved = FOUR_CHAR_CODE('dprr')
, keyPixMapReserved = FOUR_CHAR_CODE('dppr')
, keyPixMapColorTableSeed = FOUR_CHAR_CODE('dpct')
,
keySummaryMenubar = FOUR_CHAR_CODE('dsmb')
, keySummaryChanges = FOUR_CHAR_CODE('dsch')
, keyDisplayOldConfig = FOUR_CHAR_CODE('dold')
, keyDisplayNewConfig = FOUR_CHAR_CODE('dnew')
} |
| |
| enum | { dmOnlyActiveDisplays = true
, dmAllDisplays = false
} |
| |
| enum | { kDependentNotifyClassShowCursor
, kDependentNotifyClassDriverOverride
, kDependentNotifyClassDisplayMgrOverride
, kDependentNotifyClassProfileChanged
} |
| |
| enum | {
kNoSwitchConfirmBit = 0
, kDepthNotAvailableBit = 1
, kShowModeBit = 3
, kModeNotResizeBit = 4
,
kNeverShowModeBit
} |
| |
| enum | {
kBeginEndConfigureBit = 0
, kMovedDisplayBit = 1
, kSetMainDisplayBit = 2
, kSetDisplayModeBit = 3
,
kAddDisplayBit = 4
, kRemoveDisplayBit = 5
, kNewDisplayBit = 6
, kDisposeDisplayBit = 7
,
kEnabledDisplayBit = 8
, kDisabledDisplayBit = 9
, kMirrorDisplayBit = 10
, kUnMirrorDisplayBit = 11
} |
| |
| enum | {
kDMNotifyRequestConnectionProbe
, kDMNotifyInstalled = 1
, kDMNotifyEvent = 2
, kDMNotifyRemoved = 3
,
kDMNotifyPrep = 4
, kDMNotifyExtendEvent
, kDMNotifyDependents = 6
, kDMNotifySuspendConfigure = 7
,
kDMNotifyResumeConfigure = 8
, kDMNotifyRequestDisplayProbe
, kExtendedNotificationProc = (1L << 16)
} |
| |
| enum | { kFullNotify = 0
, kFullDependencyNotify
} |
| |
| enum | { kDummyDeviceID = 0x00FF
, kInvalidDisplayID = 0x0000
, kFirstDisplayID = 0x0100
} |
| |
| enum | { kAllowDuplicatesBit = 0
} |
| |
| enum | {
kSuppressNumberBit = 0
, kSuppressNumberMask = 1
, kForceNumberBit = 1
, kForceNumberMask = 2
,
kSuppressNameBit = 2
, kSuppressNameMask = 4
} |
| |
| enum | { kDMSupressNumbersMask
, kDMForceNumbersMask = (1 << 1)
, kDMSupressNameMask = (1 << 2)
} |
| |
| enum | { kNoFidelity = 0
, kMinimumFidelity = 1
, kDefaultFidelity
, kDefaultManufacturerFidelity
} |
| |
| enum | { kAnyPanelType = 0
, kAnyEngineType = 0
, kAnyDeviceType = 0
, kAnyPortType = 0
} |
| |
| enum | { kPLIncludeOfflineDevicesBit = 0
} |
| |
| enum | { kForceConfirmBit = 0
, kForceConfirmMask = (1 << kForceConfirmBit)
} |
| |
| enum | { kDisplayModeListNotPreferredBit = 0
, kDisplayModeListNotPreferredMask = (1 << kDisplayModeListNotPreferredBit)
} |
| |
| enum | { kComponentListNotPreferredBit = 0
, kComponentListNotPreferredMask = (1 << kComponentListNotPreferredBit)
} |
| |
| enum | { kDisplayTimingInfoVersionZero = 1
, kDisplayTimingInfoReservedCountVersionZero = 16
, kDisplayModeEntryVersionZero = 0
, kDisplayModeEntryVersionOne
} |
| |
| enum | { kMakeAndModelReservedCount = 4
} |
| |
| enum | {
kDisplayGestaltDisplayCommunicationAttr = FOUR_CHAR_CODE('comm')
, kDisplayGestaltForbidI2CMask
, kDisplayGestaltUseI2CPowerMask
, kDisplayGestaltCalibratorAttr = FOUR_CHAR_CODE('cali')
,
kDisplayGestaltBrightnessAffectsGammaMask
, kDisplayGestaltViewAngleAffectsGammaMask
} |
| |
| enum | {
kIncludeOnlineActiveDisplaysMask = (1 << 0)
, kIncludeOnlineDisabledDisplaysMask = (1 << 1)
, kIncludeOfflineDisplaysMask = (1 << 2)
, kIncludeOfflineDummyDisplaysMask = (1 << 3)
,
kIncludeHardwareMirroredDisplaysMask = (1 << 4)
} |
| |
| enum | {
kDMModeListIncludeAllModesMask
, kDMModeListIncludeOfflineModesMask = (1 << 1)
, kDMModeListExcludeDriverModesMask
, kDMModeListExcludeDisplayModesMask
,
kDMModeListExcludeCustomModesMask
, kDMModeListPreferStretchedModesMask
, kDMModeListPreferSafeModesMask
, kDMModeListExcludeDriverScaledModesMask
} |
| |
| enum | { uppDMNotificationProcInfo = 0x000000C0
} |
| |
| enum | { uppDMExtendedNotificationProcInfo = 0x00000EC0
} |
| |
| enum | { uppDMComponentListIteratorProcInfo = 0x00000FC0
} |
| |
| enum | { uppDMDisplayModeListIteratorProcInfo = 0x00000FC0
} |
| |
| enum | { uppDMProfileListIteratorProcInfo = 0x00000FC0
} |
| |
| enum | { uppDMDisplayListIteratorProcInfo = 0x00000FC0
} |
| |
|
|
typedef | CALLBACK_API (void, DMNotificationProcPtr)(AppleEvent *theEvent) |
| |
|
typedef | CALLBACK_API (void, DMExtendedNotificationProcPtr)(void *userData |
| |
|
typedef | CALLBACK_API (void, DMComponentListIteratorProcPtr)(void *userData |
| |
|
typedef | CALLBACK_API (void, DMDisplayModeListIteratorProcPtr)(void *userData |
| |
|
typedef | CALLBACK_API (void, DMProfileListIteratorProcPtr)(void *userData |
| |
|
typedef | CALLBACK_API (void, DMDisplayListIteratorProcPtr)(void *userData |
| |
|
typedef | STACK_UPP_TYPE (DMNotificationProcPtr) DMNotificationUPP |
| |
|
typedef | STACK_UPP_TYPE (DMExtendedNotificationProcPtr) DMExtendedNotificationUPP |
| |
|
typedef | STACK_UPP_TYPE (DMComponentListIteratorProcPtr) DMComponentListIteratorUPP |
| |
|
typedef | STACK_UPP_TYPE (DMDisplayModeListIteratorProcPtr) DMDisplayModeListIteratorUPP |
| |
|
typedef | STACK_UPP_TYPE (DMProfileListIteratorProcPtr) DMProfileListIteratorUPP |
| |
|
typedef | STACK_UPP_TYPE (DMDisplayListIteratorProcPtr) DMDisplayListIteratorUPP |
| |
| DMNotificationUPP | NewDMNotificationUPP (DMNotificationProcPtr userRoutine) |
| |
| DMExtendedNotificationUPP | NewDMExtendedNotificationUPP (DMExtendedNotificationProcPtr userRoutine) |
| |
| DMComponentListIteratorUPP | NewDMComponentListIteratorUPP (DMComponentListIteratorProcPtr userRoutine) |
| |
| DMDisplayModeListIteratorUPP | NewDMDisplayModeListIteratorUPP (DMDisplayModeListIteratorProcPtr userRoutine) |
| |
| DMProfileListIteratorUPP | NewDMProfileListIteratorUPP (DMProfileListIteratorProcPtr userRoutine) |
| |
| DMDisplayListIteratorUPP | NewDMDisplayListIteratorUPP (DMDisplayListIteratorProcPtr userRoutine) |
| |
| void | DisposeDMNotificationUPP (DMNotificationUPP userUPP) |
| |
| void | DisposeDMExtendedNotificationUPP (DMExtendedNotificationUPP userUPP) |
| |
| void | DisposeDMComponentListIteratorUPP (DMComponentListIteratorUPP userUPP) |
| |
| void | DisposeDMDisplayModeListIteratorUPP (DMDisplayModeListIteratorUPP userUPP) |
| |
| void | DisposeDMProfileListIteratorUPP (DMProfileListIteratorUPP userUPP) |
| |
| void | DisposeDMDisplayListIteratorUPP (DMDisplayListIteratorUPP userUPP) |
| |
| void | InvokeDMNotificationUPP (AppleEvent *theEvent, DMNotificationUPP userUPP) |
| |
| void | InvokeDMExtendedNotificationUPP (void *userData, short theMessage, void *notifyData, DMExtendedNotificationUPP userUPP) |
| |
| void | InvokeDMComponentListIteratorUPP (void *userData, DMListIndexType itemIndex, DMComponentListEntryPtr componentInfo, DMComponentListIteratorUPP userUPP) |
| |
| void | InvokeDMDisplayModeListIteratorUPP (void *userData, DMListIndexType itemIndex, DMDisplayModeListEntryPtr displaymodeInfo, DMDisplayModeListIteratorUPP userUPP) |
| |
| void | InvokeDMProfileListIteratorUPP (void *userData, DMListIndexType itemIndex, DMProfileListEntryPtr profileInfo, DMProfileListIteratorUPP userUPP) |
| |
| void | InvokeDMDisplayListIteratorUPP (void *userData, DMListIndexType itemIndex, DisplayListEntryPtr displaymodeInfo, DMDisplayListIteratorUPP userUPP) |
| |
| OSErr | DMDisplayGestalt (DisplayIDType theDisplayID, ResType displayGestaltSelector, UInt32 *displayGestaltResponse) |
| |
| OSErr | DMUseScreenPrefs (Boolean usePrefs, Handle displayState) |
| |
| OSErr | DMSuspendConfigure (Handle displayState, unsigned long reserved1) |
| |
| OSErr | DMResumeConfigure (Handle displayState, unsigned long reserved1) |
| |
| OSErr | DMSetGammaByAVID (AVIDType gammaAVID, UInt32 setGammaFlags, GammaTblHandle theGamma) |
| |
| OSErr | DMGetGammaByAVID (AVIDType gammaAVID, UInt32 getGammaFlags, GammaTblHandle *theGamma) |
| |
| OSErr | DMGetMakeAndModelByAVID (AVIDType theAVID, DMMakeAndModelPtr theMakeAndModel) |
| |
| OSErr | DMNewDisplayList (UInt32 displayListIncludeFlags, UInt32 reserved1, UInt32 reserved2, DMListIndexType *theCount, DMListType *theDisplayList) |
| |
| OSErr | DMGetIndexedDisplayFromList (DMListType theDisplayList, DMListIndexType itemIndex, UInt32 reserved, DMDisplayListIteratorUPP listIterator, void *userData) |
| |
| OSErr | DMNewProfileListByAVID (AVIDType theAVID, UInt32 reserved, DMListIndexType *profileCount, DMListType *profileList) |
| |
| OSErr | DMGetIndexedProfileFromList (DMListType profileList, DMListIndexType itemIndex, UInt32 reserved, DMProfileListIteratorUPP listIterator, void *userData) |
| |
| GDHandle | DMGetFirstScreenDevice (Boolean activeOnly) |
| |
| GDHandle | DMGetNextScreenDevice (GDHandle theDevice, Boolean activeOnly) |
| |
| void | DMDrawDesktopRect (Rect *globalRect) |
| |
| void | DMDrawDesktopRegion (RgnHandle globalRgn) |
| |
| OSErr | DMBeginConfigureDisplays (Handle *displayState) |
| |
| OSErr | DMEndConfigureDisplays (Handle displayState) |
| |
| OSErr | DMAddDisplay (GDHandle newDevice, short driver, unsigned long mode, unsigned long reserved, unsigned long displayID, Component displayComponent, Handle displayState) |
| |
| OSErr | DMMoveDisplay (GDHandle moveDevice, short x, short y, Handle displayState) |
| |
| OSErr | DMDisableDisplay (GDHandle disableDevice, Handle displayState) |
| |
| OSErr | DMEnableDisplay (GDHandle enableDevice, Handle displayState) |
| |
| OSErr | DMRemoveDisplay (GDHandle removeDevice, Handle displayState) |
| |
| OSErr | DMSetMainDisplay (GDHandle newMainDevice, Handle displayState) |
| |
| OSErr | DMSetDisplayMode (GDHandle theDevice, unsigned long mode, unsigned long *depthMode, unsigned long reserved, Handle displayState) |
| |
| OSErr | DMCheckDisplayMode (GDHandle theDevice, unsigned long mode, unsigned long depthMode, unsigned long *switchFlags, unsigned long reserved, Boolean *modeOk) |
| |
| OSErr | DMGetDeskRegion (RgnHandle *desktopRegion) |
| |
| OSErr | DMRegisterNotifyProc (DMNotificationUPP notificationProc, DMProcessInfoPtr whichPSN) |
| |
| OSErr | DMRemoveNotifyProc (DMNotificationUPP notificationProc, DMProcessInfoPtr whichPSN) |
| |
| OSErr | DMQDIsMirroringCapable (Boolean *qdIsMirroringCapable) |
| |
| OSErr | DMCanMirrorNow (Boolean *canMirrorNow) |
| |
| OSErr | DMIsMirroringOn (Boolean *isMirroringOn) |
| |
| OSErr | DMMirrorDevices (GDHandle gD1, GDHandle gD2, Handle displayState) |
| |
| OSErr | DMUnmirrorDevice (GDHandle gDevice, Handle displayState) |
| |
| OSErr | DMGetNextMirroredDevice (GDHandle gDevice, GDHandle *mirroredDevice) |
| |
| OSErr | DMBlockMirroring (void) |
| |
| OSErr | DMUnblockMirroring (void) |
| |
| OSErr | DMGetDisplayMgrA5World (Ptr *dmA5) |
| |
| OSErr | DMGetDisplayIDByGDevice (GDHandle displayDevice, DisplayIDType *displayID, Boolean failToMain) |
| |
| OSErr | DMGetGDeviceByDisplayID (DisplayIDType displayID, GDHandle *displayDevice, Boolean failToMain) |
| |
| OSErr | DMSetDisplayComponent (GDHandle theDevice, Component displayComponent) |
| |
| OSErr | DMGetDisplayComponent (GDHandle theDevice, Component *displayComponent) |
| |
| OSErr | DMNewDisplay (GDHandle *newDevice, short driverRefNum, unsigned long mode, unsigned long reserved, DisplayIDType displayID, Component displayComponent, Handle displayState) |
| |
| OSErr | DMDisposeDisplay (GDHandle disposeDevice, Handle displayState) |
| |
| OSErr | DMResolveDisplayComponents (void) |
| |
| OSErr | DMRegisterExtendedNotifyProc (DMExtendedNotificationUPP notifyProc, void *notifyUserData, unsigned short nofifyOnFlags, DMProcessInfoPtr whichPSN) |
| |
| OSErr | DMRemoveExtendedNotifyProc (DMExtendedNotificationUPP notifyProc, void *notifyUserData, DMProcessInfoPtr whichPSN, unsigned short removeFlags) |
| |
| OSErr | DMNewAVPanelList (DisplayIDType displayID, ResType panelType, DMFidelityType minimumFidelity, unsigned long panelListFlags, unsigned long reserved, DMListIndexType *thePanelCount, DMListType *thePanelList) |
| |
| OSErr | DMNewAVEngineList (DisplayIDType displayID, ResType engineType, DMFidelityType minimumFidelity, unsigned long engineListFlags, unsigned long reserved, DMListIndexType *engineCount, DMListType *engineList) |
| |
| OSErr | DMNewAVDeviceList (ResType deviceType, unsigned long deviceListFlags, unsigned long reserved, DMListIndexType *deviceCount, DMListType *deviceList) |
| |
| OSErr | DMNewAVPortListByPortType (ResType subType, unsigned long portListFlags, unsigned long reserved, DMListIndexType *devicePortCount, DMListType *theDevicePortList) |
| |
| OSErr | DMGetIndexedComponentFromList (DMListType panelList, DMListIndexType itemIndex, unsigned long reserved, DMComponentListIteratorUPP listIterator, void *userData) |
| |
| OSErr | DMDisposeList (DMListType panelList) |
| |
| OSErr | DMGetNameByAVID (AVIDType theID, unsigned long nameFlags, Str255 name) |
| |
| OSErr | DMNewAVIDByPortComponent (Component thePortComponent, ResType portKind, unsigned long reserved, AVIDType *newID) |
| |
| OSErr | DMGetPortComponentByAVID (DisplayIDType thePortID, Component *thePortComponent, ComponentDescription *theDesciption, ResType *thePortKind) |
| |
| OSErr | DMSendDependentNotification (ResType notifyType, ResType notifyClass, AVIDType displayID, ComponentInstance notifyComponent) |
| |
| OSErr | DMDisposeAVComponent (Component theAVComponent) |
| |
| OSErr | DMSaveScreenPrefs (unsigned long reserved1, unsigned long saveFlags, unsigned long reserved2) |
| |
| OSErr | DMNewAVIDByDeviceComponent (Component theDeviceComponent, ResType portKind, unsigned long reserved, DisplayIDType *newID) |
| |
| OSErr | DMNewAVPortListByDeviceAVID (AVIDType theID, DMFidelityType minimumFidelity, unsigned long portListFlags, unsigned long reserved, DMListIndexType *devicePortCount, DMListType *theDevicePortList) |
| |
| OSErr | DMGetDeviceComponentByAVID (AVIDType theDeviceID, Component *theDeviceComponent, ComponentDescription *theDesciption, ResType *theDeviceKind) |
| |
| OSErr | DMNewDisplayModeList (DisplayIDType displayID, unsigned long modeListFlags, unsigned long reserved, DMListIndexType *thePanelCount, DMListType *thePanelList) |
| |
| OSErr | DMGetIndexedDisplayModeFromList (DMListType panelList, DMListIndexType itemIndex, unsigned long reserved, DMDisplayModeListIteratorUPP listIterator, void *userData) |
| |
| OSErr | DMGetGraphicInfoByAVID (AVIDType theID, PicHandle *theAVPcit, Handle *theAVIconSuite, AVLocationRec *theAVLocation) |
| |
| OSErr | DMGetAVPowerState (AVIDType theID, AVPowerStatePtr getPowerState, unsigned long reserved1) |
| |
| OSErr | DMSetAVPowerState (AVIDType theID, AVPowerStatePtr setPowerState, unsigned long powerFlags, Handle displayState) |
| |
| OSErr | DMGetDeviceAVIDByPortAVID (AVIDType portAVID, AVIDType *deviceAVID) |
| |
| OSErr | DMGetEnableByAVID (AVIDType theAVID, Boolean *isAVIDEnabledNow, Boolean *canChangeEnableNow) |
| |
| OSErr | DMSetEnableByAVID (AVIDType theAVID, Boolean doEnable, Handle displayState) |
| |
| OSErr | DMGetDisplayMode (GDHandle theDevice, VDSwitchInfoPtr switchInfo) |
| |
| OSErr | DMConfirmConfiguration (DMModalFilterUPP filterProc, UInt32 confirmFlags, UInt32 reserved, Handle displayState) |
| |
Display Manager Interfaces.
- Introduced In: Mac OS 8
- Avaliable From: Universal Interfaces 3.4.1
- Copyright: © 1993-2001 by Apple Computer, Inc., all rights reserved.
For bug reports, consult the following page on the World Wide Web:
http://developer.apple.com/bugreporter/