home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / windows / x / 16102 < prev    next >
Encoding:
Text File  |  1992-09-03  |  1.8 KB  |  45 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!convex!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!organ!ware
  3. From: ware@organ.cis.ohio-state.edu (Peter Ware)
  4. Subject: Re: What would this window obscure?
  5. In-Reply-To: thg@cam-orl.co.uk's message of 3 Sep 92 15: 41:13 GMT
  6. Message-ID: <WARE.92Sep3135501@organ.cis.ohio-state.edu>
  7. Originator: ware@organ.cis.ohio-state.edu
  8. Sender: news@cis.ohio-state.edu (NETnews        )
  9. Organization: Ohio State Computer Science
  10. References: <RJC.92Aug27183542@daiches.cogsci.ed.ac.uk>
  11.     <1992Sep3.154113.10359@cam-orl.co.uk>
  12. Distribution: comp
  13. Date: Thu, 3 Sep 1992 18:55:01 GMT
  14. Lines: 29
  15.  
  16. In article <1992Sep3.154113.10359@cam-orl.co.uk> thg@cam-orl.co.uk
  17. (Tim Glauert) writes:
  18.  
  19.    ...
  20.    Actually, it isn't, since the server has a lot of freedom about
  21.    exacty which areas it returns in an expose event. It is allowed to
  22.    generate expose events which cover obscured parts of a window and
  23.    it is allowed to generate expose events on areas which are already
  24.    visible. It is legal within the protocol specification for the
  25.    server to send a single expose event covering the whole of a window
  26.    whenever any part of it is uncovered.
  27.    ...
  28.  
  29. Pardon the technitrivia, but are you sure the server is allowed to
  30. generate expose events for visible regions?  This would make it
  31. impossible for an application using a graphics function like XOR to
  32. function properly.
  33.  
  34. If you meant that it can generate an Expose event but must clear it to
  35. the background then that sounds reasonable.  In fact, I know the MIT server
  36. already does this if an operation causes more then 25 regions to be
  37. exposed -- they get combined into one region and cleared to the background.
  38.  
  39. --pete
  40. --
  41. Pete Ware / Ohio State University /
  42.            ware@cis.ohio-state.edu
  43.            (614) 538-0965
  44. Too bad the Nike slogan isn't "Just Do It Right" instead of "Just Do It"
  45.