commit | d829e9e8e319dfb7f6ac04c4b4b4c25f544064c0 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Tue Jan 23 14:34:49 2001 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Tue Jan 23 14:34:49 2001 +0000 |
tree | 8aaa4b76c8337b8206caad87be89a70c52f654db | |
parent | f79cb2db3eae59f80e8031d45376dc5f48d2af04 [diff] [blame] |
Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.
diff --git a/Mac/Tools/IDE/Splash.py b/Mac/Tools/IDE/Splash.py index 21acd6d..1544b67 100644 --- a/Mac/Tools/IDE/Splash.py +++ b/Mac/Tools/IDE/Splash.py
@@ -100,7 +100,7 @@ if drawdialog: splash.DrawDialog() drawtext(what) - Win.ValidRect(splash.GetWindowPort().portRect) + Win.ValidWindowRect(splash.GetWindowPort().portRect) def drawtext(what = 0): Qd.SetPort(splash)