Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!bionet!agate!ucbvax!hplabs!hpfcdc!stroyan From: stroyan@hpfcdc.HP.COM (Mike Stroyan) Newsgroups: comp.windows.x Subject: Re: Drawing lines in windows with bitmaps Message-ID: <6910007@hpfcdc.HP.COM> Date: 4 May 89 23:10:10 GMT References: <8905022004.AA09962@sae.com> Organization: HP Ft. Collins, Co. Lines: 7 If you need more line colors than you can allocate planes for, you could erase lines in front of a background pixmap by drawing the lines using a GC which has a 'fill_style' value of 'FillTiled' and a 'tile' value of the background pixmap. That should set the pixels in the line to the background pixmap values. Of course, the performance may be terrible. Mike Stroyan, stroyan@hpfcla.hp.com