mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Replaced various dummy updateRegions by real arguments
This commit is contained in:
parent
fcdf4378ac
commit
2b72417da0
15 changed files with 43 additions and 21 deletions
|
@ -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 + """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue