blob: b60454278517c4734e5e368a1d1559598f732d06 [file] [log] [blame]
Jack Jansen8d929ae2000-06-21 22:07:06 +00001# Generated from 'Macintosh HD:SWDev:Codewarrior Pro 5:Metrowerks CodeWarrior:MacOS Support:Universal:Interfaces:CIncludes:QDOffscreen.h'
Jack Jansena4e6ae61999-03-07 23:11:21 +00002
3def FOUR_CHAR_CODE(x): return x
4pixPurgeBit = 0
5noNewDeviceBit = 1
6useTempMemBit = 2
7keepLocalBit = 3
8pixelsPurgeableBit = 6
9pixelsLockedBit = 7
10mapPixBit = 16
11newDepthBit = 17
12alignPixBit = 18
13newRowBytesBit = 19
14reallocPixBit = 20
15clipPixBit = 28
16stretchPixBit = 29
17ditherPixBit = 30
18gwFlagErrBit = 31
19pixPurge = 1L << pixPurgeBit
20noNewDevice = 1L << noNewDeviceBit
21useTempMem = 1L << useTempMemBit
22keepLocal = 1L << keepLocalBit
23pixelsPurgeable = 1L << pixelsPurgeableBit
24pixelsLocked = 1L << pixelsLockedBit
25kAllocDirectDrawSurface = 1L << 14
26mapPix = 1L << mapPixBit
27newDepth = 1L << newDepthBit
28alignPix = 1L << alignPixBit
29newRowBytes = 1L << newRowBytesBit
30reallocPix = 1L << reallocPixBit
31clipPix = 1L << clipPixBit
32stretchPix = 1L << stretchPixBit
33ditherPix = 1L << ditherPixBit
34gwFlagErr = 1L << gwFlagErrBit
Jack Jansen1836dbe1999-12-14 15:44:53 +000035deviceIsIndirect = (1L << 0)
36deviceNeedsLock = (1L << 1)
37deviceIsStatic = (1L << 2)
38deviceIsExternalBuffer = (1L << 3)
39deviceIsDDSurface = (1L << 4)
40deviceIsDCISurface = (1L << 5)
41deviceIsGDISurface = (1L << 6)
42deviceIsAScreen = (1L << 7)
43deviceIsOverlaySurface = (1L << 8)