Re: [Plib-devel] release candidate awaits your testing.
Brought to you by:
sjbaker
From: Bram S. <br...@sa...> - 2006-10-29 07:44:53
|
On Sun, 2006-10-29 at 02:40 -0400, Eduardo Alberto Hernández Muñoz wrote: > > But a release is long overdue, and now is the time. > > There are a few patches in the supertuxkart mailing list for plib, > maybe some developer would like to include them: > > * The next one is meant to work together with the fullscreen patch for > X11 by Hans de Goede, but patching manually isn't difficult and > worked. It fixes some issues with auto-repeat in pw: > > https://lists.berlios.de/pipermail/supertuxkart-devel/2006-October/000232.html > > I don't understand this patch. I guess these lines are the important ones: + if ( haveFocus && !autoRepeat ) + XAutoRepeatOn ( currDisplay ) ; + Why the reversed logic? !autoRepeat .... XAutoRepeatOn ??? I would have expected the func XAutoRepeatOff(display) What's going on? Bram > * This one fixes some issues with pw on mac os x: > > https://lists.berlios.de/pipermail/supertuxkart-devel/2006-September/000176.html > Ok, I've put Hayden's version in SVN. I cannot test this, someone on MacOSX, please test. Strictly speaking I should now redo the release candidate and create 1.8.5rc2, but I skip that extra work. Bram > -Coz > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > plib-devel mailing list > pli...@li... > https://lists.sourceforge.net/lists/listinfo/plib-devel |