Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!pt.cs.cmu.edu!andrew.cmu.edu!dl2n+ From: dl2n+@andrew.cmu.edu (Daniel Edward Lovinger) Newsgroups: comp.windows.x Subject: Re: Xlife 2.0 - Faulty distribution...here's the fixes Message-ID: Date: 10 Jul 90 03:05:50 GMT References: <1990Jul9.124937.11333@mva.cs.liv.ac.uk> Organization: Physics, Carnegie Mellon, Pittsburgh, PA Lines: 15 In-Reply-To: <1990Jul9.124937.11333@mva.cs.liv.ac.uk> rkl@mva.cs.liv.ac.uk writes: > 2) The file gentab.c has a #include "struct.h" which not only wasn't supplied > with xlife 2.0 but actually isn't needed anymore (now in cellbox.h) ! > My fix: Comment out the #include "struct.h" in gentab.c > > 3) The file keyin.c has, yes you've guessed it, a "refresh()" call that is > nowhere to be seen in the source... > My fix: Comment out the refresh() call in keyin.c Fixed in the patch that just showed up on comp.sources.x. Your fix #3 is incorrect, BTW - it should be a call to redisplay(). Try one-stepping without it ... dan