summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/lib-toolbox/QDOffscreen.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1999-12-14 15:44:53 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1999-12-14 15:44:53 (GMT)
commit1836dbe22d45ac7066a1fdb3cbf3f041b2c5e727 (patch)
treed1fee203089475a4cd9f22b76018b401d80683b6 /Mac/Lib/lib-toolbox/QDOffscreen.py
parentd16b5abc073fd6f9bce1e40862fd851db6faf3e4 (diff)
downloadcpython-1836dbe22d45ac7066a1fdb3cbf3f041b2c5e727.zip
cpython-1836dbe22d45ac7066a1fdb3cbf3f041b2c5e727.tar.gz
cpython-1836dbe22d45ac7066a1fdb3cbf3f041b2c5e727.tar.bz2
Regenerated now that bgen can handle a few more constructs in constant definitions.
Diffstat (limited to 'Mac/Lib/lib-toolbox/QDOffscreen.py')
-rw-r--r--Mac/Lib/lib-toolbox/QDOffscreen.py11
1 files changed, 10 insertions, 1 deletions
diff --git a/Mac/Lib/lib-toolbox/QDOffscreen.py b/Mac/Lib/lib-toolbox/QDOffscreen.py
index affc705..1e2cd4a 100644
--- a/Mac/Lib/lib-toolbox/QDOffscreen.py
+++ b/Mac/Lib/lib-toolbox/QDOffscreen.py
@@ -1,4 +1,4 @@
-# Generated from 'SWDev:Codewarrior Pro 5:Metrowerks CodeWarrior:MacOS Support:Universal:Interfaces:CIncludes:QDOffscreen.h'
+# Generated from 'flap:CodeWarrior Pro 5:Metrowerks CodeWarrior:MacOS Support:Universal:Interfaces:CIncludes:QDOffscreen.h'
def FOUR_CHAR_CODE(x): return x
pixPurgeBit = 0
@@ -32,3 +32,12 @@ 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)