home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / mac / programm / 18675 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  1.5 KB

  1. Path: sparky!uunet!news.claremont.edu!ucivax!gateway
  2. From: kanderso@mabillon.ICS.UCI.EDU (Kenneth Anderson)
  3. Subject: Re: Invalidating the Entire Screen?
  4. Message-ID: <9211191547.aa28279@Paris.ics.uci.edu>
  5. Newsgroups: comp.sys.mac.programmer
  6. Lines: 34
  7. References: <1992Nov19.220447.11714@primerd.prime.com>
  8. Date: 19 Nov 92 23:50:22 GMT
  9.  
  10. In comp.sys.mac.programmer you write:
  11.  
  12. >Is there an easy one call should do it all?
  13.  
  14. Here is code that I saved, because it is the only code to date that
  15. Ben Haller has posted to the net.  I believe it does what
  16. you need...
  17.  
  18. >void InvalScreen()
  19. >{
  20. >        DrawMenuBar();
  21. >        PaintOne(0L,GrayRgn);
  22. >        PaintBehind(WindowList,GrayRgn);
  23. >}
  24.  
  25. After posting this code, Ben stated:
  26.  
  27. >I believe this is the only code I have ever posted that is copied
  28. >directly from Solarian II, so all you people who have been slavering
  29. >over the (imagined) prospect of getting Sol source out of my tight
  30. >little fists, rejoice!
  31.  
  32. Hope this helps,
  33.  
  34. Ken Anderson
  35. --
  36. --------------------------------------------------------------------------------
  37. Ken Anderson                           |  "I'd much rather live in perfection,
  38. U.C. Irvine                            |   than deal with reality." -- Kenbod
  39. --------------------------------------------------------------------------------
  40. Happy! Happy! Happy! Joy! Joy! Joy!    |  Practice random kindness and
  41.                          -- Stimpy     |  senseless acts of beauty.
  42.                                        |  -- Anne Herbert
  43. --------------------------------------------------------------------------------
  44.