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)