summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/lib-toolbox/QDOffscreen.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-08-19 22:20:55 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-08-19 22:20:55 (GMT)
commit63f6b4984b9cd0e90402a375f3298cd94ed8bb55 (patch)
tree2ade02b92ed11e2b7b433c955c687fef999f1313 /Mac/Lib/lib-toolbox/QDOffscreen.py
parentab98ae9b4e004edbd8cff5893f0d580658682a6c (diff)
downloadcpython-63f6b4984b9cd0e90402a375f3298cd94ed8bb55.zip
cpython-63f6b4984b9cd0e90402a375f3298cd94ed8bb55.tar.gz
cpython-63f6b4984b9cd0e90402a375f3298cd94ed8bb55.tar.bz2
Moved to either :Mac:Lib (WASTEconst and files that weren't generated) or to the Carbon package.
Diffstat (limited to 'Mac/Lib/lib-toolbox/QDOffscreen.py')
-rw-r--r--Mac/Lib/lib-toolbox/QDOffscreen.py47
1 files changed, 0 insertions, 47 deletions
diff --git a/Mac/Lib/lib-toolbox/QDOffscreen.py b/Mac/Lib/lib-toolbox/QDOffscreen.py
deleted file mode 100644
index b3f557e..0000000
--- a/Mac/Lib/lib-toolbox/QDOffscreen.py
+++ /dev/null
@@ -1,47 +0,0 @@
-# Generated from 'QDOffscreen.h'
-
-def FOUR_CHAR_CODE(x): return x
-pixPurgeBit = 0
-noNewDeviceBit = 1
-useTempMemBit = 2
-keepLocalBit = 3
-useDistantHdwrMemBit = 4
-useLocalHdwrMemBit = 5
-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
-useDistantHdwrMem = 1L << useDistantHdwrMemBit
-useLocalHdwrMem = 1L << useLocalHdwrMemBit
-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
-deviceIsIndirect = (1L << 0)
-deviceNeedsLock = (1L << 1)
-deviceIsStatic = (1L << 2)
-deviceIsExternalBuffer = (1L << 3)
-deviceIsDDSurface = (1L << 4)
-deviceIsDCISurface = (1L << 5)
-deviceIsGDISurface = (1L << 6)
-deviceIsAScreen = (1L << 7)
-deviceIsOverlaySurface = (1L << 8)