mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
fixed SetEventParameter() signature: removed unneccesary length arg.
This commit is contained in:
parent
8edfc542f0
commit
43c2de230d
3 changed files with 18 additions and 9 deletions
|
@ -107,7 +107,10 @@ class CarbonEvents_Scanner(Scanner_OSX):
|
|||
# ]
|
||||
|
||||
def makerepairinstructions(self):
|
||||
return []
|
||||
return [
|
||||
([("UInt32", 'inSize', "InMode"), ("void_ptr", 'inDataPtr', "InMode")],
|
||||
[("MyInBuffer", 'inDataPtr', "InMode")])
|
||||
]
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue