blob: affc7058988d62dd4e30244f2309bdbe30896455 [file] [log] [blame]
Jack Jansena05ac601999-12-12 21:41:51 +00001# Generated from '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