home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!news.claremont.edu!ucivax!gateway
- From: kanderso@mabillon.ICS.UCI.EDU (Kenneth Anderson)
- Subject: Re: Invalidating the Entire Screen?
- Message-ID: <9211191547.aa28279@Paris.ics.uci.edu>
- Newsgroups: comp.sys.mac.programmer
- Lines: 34
- References: <1992Nov19.220447.11714@primerd.prime.com>
- Date: 19 Nov 92 23:50:22 GMT
-
- In comp.sys.mac.programmer you write:
-
- >Is there an easy one call should do it all?
-
- Here is code that I saved, because it is the only code to date that
- Ben Haller has posted to the net. I believe it does what
- you need...
-
- >void InvalScreen()
- >{
- > DrawMenuBar();
- > PaintOne(0L,GrayRgn);
- > PaintBehind(WindowList,GrayRgn);
- >}
-
- After posting this code, Ben stated:
-
- >I believe this is the only code I have ever posted that is copied
- >directly from Solarian II, so all you people who have been slavering
- >over the (imagined) prospect of getting Sol source out of my tight
- >little fists, rejoice!
-
- Hope this helps,
-
- Ken Anderson
- --
- --------------------------------------------------------------------------------
- Ken Anderson | "I'd much rather live in perfection,
- U.C. Irvine | than deal with reality." -- Kenbod
- --------------------------------------------------------------------------------
- Happy! Happy! Happy! Joy! Joy! Joy! | Practice random kindness and
- -- Stimpy | senseless acts of beauty.
- | -- Anne Herbert
- --------------------------------------------------------------------------------
-