This is the mail archive of the xconq7@sources.redhat.com mailing list for the Xconq project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Stability issues with current Debian


Eric,

That did the trick. I played 50 turns of a standard game and it went smoothly.
Thanks a lot for the quick fix.

Regards,
Martin


--- Eric McDonald <mcdonald@phy.cmich.edu> wrote:
> Martin,
> 
> I changed my mind about not dealing with your problem right away. The
> Windows stuff I was working on was more annoying than this....
> 
> Can you apply the attached patch, and see if it helps? If it doesn't, I
> might have another idea or two to try, but let's start simple.
> 
>   Thanks,
>     Eric
> > Index: tcltk/tkmain.c
> ===================================================================
> RCS file: /cvs/xconq/xconq/tcltk/tkmain.c,v
> retrieving revision 1.156
> diff -r1.156 tkmain.c
> 1977c1977
> <     	Tcl_DoOneEvent(TCL_ALL_EVENTS);
> ---
> >     	Tcl_DoOneEvent(TCL_ALL_EVENTS | TCL_DONT_WAIT);
> Index: tcltk/tkmap.c
> ===================================================================
> RCS file: /cvs/xconq/xconq/tcltk/tkmap.c,v
> retrieving revision 1.141
> diff -r1.141 tkmap.c
> 726c726
> < 		Tcl_DoOneEvent(0);
> ---
> > 		Tcl_DoOneEvent(TCL_ALL_EVENTS | TCL_DONT_WAIT);
> 



	
		
__________________________________
Do you Yahoo!?
SBC Yahoo! - Internet access at a great low price.
http://promo.yahoo.com/sbc/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]