Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.

This commit is contained in:
Jack Jansen 2001-01-23 14:34:49 +00:00
parent f79cb2db3e
commit d829e9e8e3
15 changed files with 48 additions and 48 deletions

View file

@ -47,7 +47,7 @@ class MyWindow(ScrolledWindow):
self.vy = value
else:
self.vy = self.vy + delta
Win.InvalRect(self.ourrect)
Win.InvalWindowRect(self.ourrect)
def do_update(self, wid, event):
Qd.EraseRect(self.ourrect)