Replaced various dummy updateRegions by real arguments

This commit is contained in:
Jack Jansen 1996-04-10 14:48:19 +00:00
parent fcdf4378ac
commit 2b72417da0
15 changed files with 43 additions and 21 deletions

View file

@ -28,7 +28,7 @@ ControlHandle = OpaqueByValueType(OBJECTTYPE, OBJECTPREFIX)
ControlRef = ControlHandle
ExistingControlHandle = OpaqueByValueType(OBJECTTYPE, "CtlObj_WhichControl", "BUG")
RgnHandle = FakeType("theWindow->visRgn") # XXX
RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
ControlPartCode = Type("ControlPartCode", "h")
DragConstraint = Type("DragConstraint", "h")