mirror of
https://github.com/python/cpython.git
synced 2025-09-13 12:17:24 +00:00
Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.
This commit is contained in:
parent
f79cb2db3e
commit
d829e9e8e3
15 changed files with 48 additions and 48 deletions
|
@ -100,7 +100,7 @@ def UpdateSplash(drawdialog = 0, what = 0):
|
|||
if drawdialog:
|
||||
splash.DrawDialog()
|
||||
drawtext(what)
|
||||
Win.ValidRect(splash.GetWindowPort().portRect)
|
||||
Win.ValidWindowRect(splash.GetWindowPort().portRect)
|
||||
|
||||
def drawtext(what = 0):
|
||||
Qd.SetPort(splash)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue