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
|
@ -21,7 +21,7 @@ ModalFilterProcPtr = InputOnlyType("PyObject*", "O")
|
|||
ModalFilterProcPtr.passInput = lambda name: "NewModalFilterProc(Dlg_PassFilterProc(%s))" % name
|
||||
ModalFilterUPP = ModalFilterProcPtr
|
||||
|
||||
RgnHandle = FakeType("_self->ob_itself->visRgn") # XXX
|
||||
RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
|
||||
|
||||
DITLMethod = Type("DITLMethod", "h")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue