home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / windows / x / 20539 < prev    next >
Encoding:
Text File  |  1992-12-23  |  1.4 KB  |  44 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!gatech!udel!rochester!rocksanne!rocksanne!mayer
  3. From: mayer@wrc.xerox.com (Jim Mayer)
  4. Subject: Re: An Open Challenge (it can't be done!)
  5. In-Reply-To: thp@westhawk.UUCP's message of Wed, 23 Dec 1992 10:58:07 GMT
  6. Message-ID: <MAYER.92Dec23143152@fliff.wrc.xerox.com>
  7. Sender: news@spectrum.xerox.com
  8. Organization: Xerox Webster Research Center
  9. References: <9212231058.AA09813@westhawk.uucp>
  10. Date: Wed, 23 Dec 1992 19:31:52 GMT
  11. Lines: 31
  12.  
  13.  
  14. > Here's the short form:
  15. >  - 8 bit image in backing pixmap used to update window
  16. >  - Image drawn in 8 bit X window
  17. >  - Want to draw diagonal lines on top of image that can
  18. >    be removed quickly (i.e. replace them with the data they so
  19. >    recently covered)
  20. >  - Can't do server extensions (too many platforms to support)
  21. > Betcha can't do it!
  22.  
  23. How about redrawing the lines using GX with the following set:
  24.  
  25.     function:    GXcopy
  26.     fill_style:     FillSolid
  27.     tile:        the backing pixmap
  28.     ts_x_origin:    0
  29.     ts_y_origin:    0
  30.  
  31. I belive that this will cause the lines to be overwritten with the
  32. image.
  33.  
  34.  
  35.     
  36.  
  37. --
  38. -- Jim Mayer
  39.                                         Phone: (716) 422-9407
  40. Webster Research Center                 Intelnet phone: 8*222-9407
  41. Xerox Corporation                       Internet Email: mayer@wrc.xerox.com
  42. 800 Phillips Road, 0128-29E             XNS Email: James L Mayer:Wbst128:xerox
  43. Webster, New York 14580                 Facsimile: (716) 265-7133
  44.