mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Regenerated now that bgen can handle a few more constructs in constant definitions.
This commit is contained in:
parent
d16b5abc07
commit
1836dbe22d
21 changed files with 174 additions and 26 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue