6 May
2002
6 May
'02
2:29 p.m.
Jonathan; Brilliant. Keyboard input fixed. Now if I can just get it to *draw* something. I think I broke the math, somewhere. Anyone have any hints about sqrtl(), sinl(), et al? PS For those on the list, the file in question is unixscr.c Ben
From: Jonathan Osuch <osuchj@avalon.net> Date: 2002/05/04 Sat PM 01:19:42 EDT To: fractdev@mailman.xmission.com CC: quaestor@bellsouth.net Subject: Re: [Fractdev] XFractint and Cygwin/ XFree86
On Friday 03 May 2002 05:09 pm, Ben wrote:
: : <*snip*> : :
Try replacing this line:
if (input_pending()) {
with this:
if (XEventsQueued(Xdp,QueuedAlready)) {
If that it works, I'll put it in my next patch.
Jonathan