Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!zaphod.mps.ohio-state.edu!mips!spool.mu.edu!cs.umn.edu!kksys!edgar!saylor!macgate!Uucp From: Jim.Spencer@p510.f22.n282.z1.fidonet.org (Jim Spencer) Newsgroups: comp.lang.c Subject: basic question Message-ID: <674629203.19@macgate.fidonet> Date: 18 May 91 20:09:18 GMT Sender: Uucp@p0.f22.n282.z1.fidonet.org Lines: 15 Stanislaus Pietrucha writes in a message to All SP> How can I clear my screen on the Mac (using Think-C) You shouldn't be clearing the "screen" on a Mac. If you really mean this, then its not a "basic" question as you are talking about taking over for the OS. Assuming that you mean erase the current window then simply EraseRect() passing the current port's portRect. GrafPtr thePort; GetPort(&thePort); EraseRect(thePort->portRect); * Origin: White Mailer Test Point (1.0d6) (1:282/22.510)