home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / windows / x / 19260 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.3 KB  |  35 lines

  1. Newsgroups: comp.windows.x,comp.windows.ms.programmer
  2. Path: sparky!uunet!destroyer!gatech!concert!mercury!jck
  3. From: jck@mercury.ncat.edu
  4. Subject: window update schemes
  5. Message-ID: <1992Nov18.012034.6208@mercury.ncat.edu>
  6. Organization: North Carolina A&T State University
  7. Date: Wed, 18 Nov 1992 01:20:34 GMT
  8. Lines: 25
  9.  
  10.  
  11. I'm developing an alternate architecture for high-performance displays
  12. and need some information.  I think I know how the application
  13. determines what to redraw.  I hope some of you have looked close enough
  14. at that part of a windowed display application to be able to tell me
  15. how it works.
  16.  
  17. I think there are basically two ways to do this (I'm sure there are
  18. more, but I want to stimulate responses).  The image on the tube can
  19. be formed by reading it directly from a memory-based image or by 
  20. collecting parts/windows on-the-fly from non-continous memory-images.
  21.  
  22. If I change the image in the first version, I have to determine how
  23. to "back-fill" those areas distrubed by that change.  I guess I do a
  24. bounds check to find anything that has a bounding-box that touched the
  25. changed area.
  26.  
  27. In the second case, I just need to collect the pieces from somewhere
  28. else or change the piece.
  29.  
  30. Thanks, both for your patience and responses.
  31.  
  32. jck
  33. jck@garfield.ncat.edu
  34. 919-334-7549
  35.