nanogui: [Nano-X] 0.88pre10 + fltk-nanox-pre6


Previous by date: 14 Jul 2000 19:41:04 -0000 Re: montavista viewml, Greg Haerr
Next by date: 14 Jul 2000 19:41:04 -0000 Please put me on mailing list, Charles Littlefield
Previous in thread: 14 Jul 2000 19:41:04 -0000 Re: [Nano-X] 0.88pre10 + fltk-nanox-pre6, rogach.sut.ru
Next in thread: 14 Jul 2000 19:41:04 -0000 Re: [Nano-X] 0.88pre10 + fltk-nanox-pre6, rogach.sut.ru

Subject: Re: [Nano-X] 0.88pre10 + fltk-nanox-pre6
From: "Greg Haerr" ####@####.####
Date: 14 Jul 2000 19:41:04 -0000
Message-Id: <04a201bfedcb$70b1fcc0$f617dbd0@censoft.com>

: Flnx/DJGPP has the same problem - I can see all demos, but mouse didn't
move.
:

Does the attached fix from Murphy solve your problem, Victor?

If so, I will change the FLTK nano-X port.

Regards,

Greg




:


: > : The following is a dirty fix to the problem:
: > :
: > : Originally, in Fl_x.cxx, Row 209:
: > : --------------------------------
: > : //      GrCheckNextEvent(&ev);
: > : //      if(ev.type!=0)
: > :         if(GrPeekEvent(&ev))
: > :         {
: > :                 do_queued_events();
: > :                 return time;
: > :         }
: > :
: > : Dirty fix:
: > : ---------
: > :         GrCheckNextEvent(&ev);
: > :         if(ev.type!=GR_EVENT_TYPE_NONE)
: > : //      if(GrPeekEvent(&ev))
: > :         {
: > :                 fl_handle(ev);
: > :                 do_queued_events();
: > :                 return time;
: > :         }
: > :
: > : Hope this helps.
: > :
: > : Sincerely,
: > : Murphy
: > :
: > :
: > :
: >
: > ---------------------------------------------------------------------
: > To unsubscribe, e-mail: ####@####.####
: > For additional commands, e-mail: ####@####.####
:
:
: ---------------------------------------------------------------------
: To unsubscribe, e-mail: ####@####.####
: For additional commands, e-mail: ####@####.####
:
:


Previous by date: 14 Jul 2000 19:41:04 -0000 Re: montavista viewml, Greg Haerr
Next by date: 14 Jul 2000 19:41:04 -0000 Please put me on mailing list, Charles Littlefield
Previous in thread: 14 Jul 2000 19:41:04 -0000 Re: [Nano-X] 0.88pre10 + fltk-nanox-pre6, rogach.sut.ru
Next in thread: 14 Jul 2000 19:41:04 -0000 Re: [Nano-X] 0.88pre10 + fltk-nanox-pre6, rogach.sut.ru


Powered by ezmlm-browse 0.20.