Regenerated from Universal Headers 3.0.1 (which are changed
substantially from previous releases)
diff --git a/Mac/Lib/lib-toolbox/QuickDraw.py b/Mac/Lib/lib-toolbox/QuickDraw.py
index dc8b002..67394b0 100644
--- a/Mac/Lib/lib-toolbox/QuickDraw.py
+++ b/Mac/Lib/lib-toolbox/QuickDraw.py
@@ -19,6 +19,7 @@
notPatBic = 15
grayishTextOr = 49
hilitetransfermode = 50
+hilite = 50
blend = 32
addPin = 33
addOver = 34
@@ -84,6 +85,14 @@
kQDGrafVerbErase = 2
kQDGrafVerbInvert = 3
kQDGrafVerbFill = 4
+frame = kQDGrafVerbFrame
+paint = kQDGrafVerbPaint
+erase = kQDGrafVerbErase
+invert = kQDGrafVerbInvert
+fill = kQDGrafVerbFill
+chunky = 0
+chunkyPlanar = 1
+planar = 2
singleDevicesBit = 0
dontMatchSeedsBit = 1
allDevicesBit = 2
@@ -99,7 +108,7 @@
leftCaret = 0
rightCaret = -1
-hilite = 1
+kHilite = 1
smLeftCaret = 0
smRightCaret = -1
smHilite = 1