1999-12-12 17:41:51 -04:00
|
|
|
# Generated from 'SWDev:Codewarrior Pro 5:Metrowerks CodeWarrior:MacOS Support:Universal:Interfaces:CIncludes:QDOffscreen.h'
|
1999-03-07 19:11:21 -04:00
|
|
|
|
|
|
|
def FOUR_CHAR_CODE(x): return x
|
|
|
|
pixPurgeBit = 0
|
|
|
|
noNewDeviceBit = 1
|
|
|
|
useTempMemBit = 2
|
|
|
|
keepLocalBit = 3
|
|
|
|
pixelsPurgeableBit = 6
|
|
|
|
pixelsLockedBit = 7
|
|
|
|
mapPixBit = 16
|
|
|
|
newDepthBit = 17
|
|
|
|
alignPixBit = 18
|
|
|
|
newRowBytesBit = 19
|
|
|
|
reallocPixBit = 20
|
|
|
|
clipPixBit = 28
|
|
|
|
stretchPixBit = 29
|
|
|
|
ditherPixBit = 30
|
|
|
|
gwFlagErrBit = 31
|
|
|
|
pixPurge = 1L << pixPurgeBit
|
|
|
|
noNewDevice = 1L << noNewDeviceBit
|
|
|
|
useTempMem = 1L << useTempMemBit
|
|
|
|
keepLocal = 1L << keepLocalBit
|
|
|
|
pixelsPurgeable = 1L << pixelsPurgeableBit
|
|
|
|
pixelsLocked = 1L << pixelsLockedBit
|
|
|
|
kAllocDirectDrawSurface = 1L << 14
|
|
|
|
mapPix = 1L << mapPixBit
|
|
|
|
newDepth = 1L << newDepthBit
|
|
|
|
alignPix = 1L << alignPixBit
|
|
|
|
newRowBytes = 1L << newRowBytesBit
|
|
|
|
reallocPix = 1L << reallocPixBit
|
|
|
|
clipPix = 1L << clipPixBit
|
|
|
|
stretchPix = 1L << stretchPixBit
|
|
|
|
ditherPix = 1L << ditherPixBit
|
|
|
|
gwFlagErr = 1L << gwFlagErrBit
|