|
| enum | { kTransparentEncoding = 0
, kInvertingEncoding = 1
} |
| |
| enum | { kTransparentEncodingShift = (kTransparentEncoding << 1)
, kTransparentEncodedPixel = (0x01 << kTransparentEncodingShift)
, kInvertingEncodingShift = (kInvertingEncoding << 1)
, kInvertingEncodedPixel = (0x01 << kInvertingEncodingShift)
} |
| |
| enum | { kHardwareCursorDescriptorMajorVersion = 0x0001
, kHardwareCursorDescriptorMinorVersion = 0x0000
} |
| |
| enum | { kHardwareCursorInfoMajorVersion = 0x0001
, kHardwareCursorInfoMinorVersion = 0x0000
} |
| |
| enum | {
kVBLInterruptServiceType = FOUR_CHAR_CODE('vbl ')
, kHBLInterruptServiceType = FOUR_CHAR_CODE('hbl ')
, kFrameInterruptServiceType = FOUR_CHAR_CODE('fram')
, kConnectInterruptServiceType
,
kFBConnectInterruptServiceType
, kFBChangedInterruptServiceType
, kFBOfflineInterruptServiceType
, kFBOnlineInterruptServiceType
} |
| |
| enum | { kMaxDisplayConfigDataSize
} |
| |
Video Services Library Interfaces.
- Introduced In: PowerSurge 1.0.2
- Avaliable From: Universal Interfaces 3.4.1
- Copyright: © 1994-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/