mirror of
https://github.com/python/cpython.git
synced 2025-10-31 21:51:50 +00:00
Regenerated from new (3.1) universal headers
This commit is contained in:
parent
36659fef2a
commit
4e126636a2
11 changed files with 496 additions and 64 deletions
|
|
@ -102,6 +102,31 @@
|
|||
kNoConstraint = 0
|
||||
kVerticalConstraint = 1
|
||||
kHorizontalConstraint = 2
|
||||
k1MonochromePixelFormat = 0x00000001
|
||||
k2IndexedPixelFormat = 0x00000002
|
||||
k4IndexedPixelFormat = 0x00000004
|
||||
k8IndexedPixelFormat = 0x00000008
|
||||
k16BE555PixelFormat = 0x00000010
|
||||
k24RGBPixelFormat = 0x00000018
|
||||
k32ARGBPixelFormat = 0x00000020
|
||||
k1IndexedGrayPixelFormat = 0x00000021
|
||||
k2IndexedGrayPixelFormat = 0x00000022
|
||||
k4IndexedGrayPixelFormat = 0x00000024
|
||||
k8IndexedGrayPixelFormat = 0x00000028
|
||||
k16LE555PixelFormat = FOUR_CHAR_CODE('L555')
|
||||
k16BE565PixelFormat = FOUR_CHAR_CODE('B565')
|
||||
k16LE565PixelFormat = FOUR_CHAR_CODE('L565')
|
||||
k24BGRPixelFormat = FOUR_CHAR_CODE('24BG')
|
||||
k32BGRAPixelFormat = FOUR_CHAR_CODE('BGRA')
|
||||
k32ABGRPixelFormat = FOUR_CHAR_CODE('ABGR')
|
||||
k32RGBAPixelFormat = FOUR_CHAR_CODE('RGBA')
|
||||
kYUVSPixelFormat = FOUR_CHAR_CODE('yuvs')
|
||||
kYUVUPixelFormat = FOUR_CHAR_CODE('yuvu')
|
||||
kYVU9PixelFormat = FOUR_CHAR_CODE('YVU9')
|
||||
kYUV411PixelFormat = FOUR_CHAR_CODE('Y411')
|
||||
kYVYU422PixelFormat = FOUR_CHAR_CODE('YVYU')
|
||||
kUYVY422PixelFormat = FOUR_CHAR_CODE('UYVY')
|
||||
kYUV211PixelFormat = FOUR_CHAR_CODE('Y211')
|
||||
kCursorImageMajorVersion = 0x0001
|
||||
kCursorImageMinorVersion = 0x0000
|
||||
# Generated from 'flap:Metrowerks:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:QuickDrawText.h'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue