Path: utzoo!attcan!uunet!seismo!sundc!pitstop!sun!decwrl!purdue!mailrus!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: X11R3 on RTs Message-ID: <8812102104.AA01500@EXPO.LCS.MIT.EDU> Date: 10 Dec 88 21:04:03 GMT References: <4Xak1Oy00hYPBnqUkv@cs.cmu.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 13 It seems the mysterious ppcPolyGlyphBlt is calling miPolyGlyphBlt with some 0x0 glyphs. That is, gWidth and gHeight are 0 when it calls miPutImage. Is this a bug in miPolyGlyphBlt or ppcPolyGlyphBlt? Strictly speaking it's probably a bug in miPutImage, but Right now, I've modified miPolyGlyphBlt to skip over glyphs whose height or width is zero. That's the reasonable solution anyway.