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

@ -26,8 +26,7 @@ Cell = Point
VarOutBufferShortsize = VarHeapOutputBufferType('char', 'short', 's') # (buf, &len)
InBufferShortsize = VarInputBufferType('char', 'short', 's') # (buf, len)
# For LUpdate, we alsways update the complete visible region.
RgnHandle = FakeType("(*_self->ob_itself)->port->visRgn")
RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
includestuff = includestuff + """