home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / fj / maillis / xwindow / 18903 < prev    next >
Encoding:
Internet Message Format  |  1992-12-24  |  1.6 KB

  1. Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!sgiblab!nec-gw!nec-tyo!wnoc-tyo-news!scslwide!wsgw!wsservra!onoe
  2. From: mayer@wrc.xerox.com (Jim Mayer)
  3. Newsgroups: fj.mail-lists.x-window
  4. Subject: Re: An Open Challenge (it can't be done!)
  5. Message-ID: <1992Dec24.210324.17824@sm.sony.co.jp>
  6. Date: 24 Dec 92 21:03:24 GMT
  7. Sender: onoe@sm.sony.co.jp (Atsushi Onoe)
  8. Distribution: fj
  9. Organization: Xerox Webster Research Center
  10. Lines: 37
  11. Approved: michael@sm.sony.co.jp
  12.  
  13. Date: Wed, 23 Dec 1992 19:31:52 GMT
  14. Message-Id: <MAYER.92Dec23143152@fliff.wrc.xerox.com>
  15. Newsgroups: comp.windows.x
  16. References: <9212231058.AA09813@westhawk.uucp>
  17. Sender: xpert-request@expo.lcs.mit.edu
  18.  
  19.  
  20. > Here's the short form:
  21. >  - 8 bit image in backing pixmap used to update window
  22. >  - Image drawn in 8 bit X window
  23. >  - Want to draw diagonal lines on top of image that can
  24. >    be removed quickly (i.e. replace them with the data they so
  25. >    recently covered)
  26. >  - Can't do server extensions (too many platforms to support)
  27. > Betcha can't do it!
  28.  
  29. How about redrawing the lines using GX with the following set:
  30.  
  31.     function:    GXcopy
  32.     fill_style:     FillSolid
  33.     tile:        the backing pixmap
  34.     ts_x_origin:    0
  35.     ts_y_origin:    0
  36.  
  37. I belive that this will cause the lines to be overwritten with the
  38. image.
  39.  
  40.  
  41.     
  42.  
  43. --
  44. -- Jim Mayer
  45.                                         Phone: (716) 422-9407
  46. Webster Research Center                 Intelnet phone: 8*222-9407
  47. Xerox Corporation                       Internet Email: mayer@wrc.xerox.com
  48. 800 Phillips Road, 0128-29E             XNS Email: James L Mayer:Wbst128:xerox
  49. Webster, New York 14580                 Facsimile: (716) 265-7133
  50.