Thanks Frederic, change now merged and submitted to the OSG-2.8 branch.
On Thu, May 7, 2009 at 3:33 PM, Frederic Bouvier <[email protected]> wrote: > Hi Robert, > > here is the whole file. Thank you for applying them. > > Regards, > -Fred > > ----- "Robert Osfield" a écrit : > >> Hi Fred, >> >> Could you send be the whole modified file, copy and pasting a patch >> from the email is just resulting in errors. >> >> Robert. >> >> On Sat, Apr 25, 2009 at 5:44 PM, Frederic Bouvier wrote: >> > Hi Robert, >> > >> > Robert Osfield a écrit : >> >> FYI, it's my intention to keep 2.8.1 binary compatible with 2.8.0. >> So >> >> far that has been possible, and don't want to merge changes that >> would >> >> be break this. If we have a crash or similar major problem then I >> may >> >> reconsider, but for other less series problems I feel it's >> >> inappropriate to break the compatibility. The suggest of adding >> extra >> >> methods would break binary compatibility so would mean that these >> >> changes would be more appropriate for the 2.9.x series. >> >> >> > >> > Would you accept to apply on the 2.8 branch this little patch that >> would >> > allow to see at least all non resizing shapes ? >> > >> > Index: GraphicsWindowWin32.cpp >> > =================================================================== >> > --- GraphicsWindowWin32.cpp (revision 10105) >> > +++ GraphicsWindowWin32.cpp (working copy) >> > @@ -2367,7 +2367,7 @@ >> > break; >> > default: >> > if (_traits->useCursor && _appMouseCursor != >> > InheritCursor) >> > - setCursor(LeftArrowCursor); >> > + setCursor(_appMouseCursor); >> > break; >> > } >> > return result; >> > >> > Thank you >> > -Fred >> > >> > -- >> > Frédéric Bouvier >> > http://my.fotolia.com/frfoto/ Photo gallery >> > http://fgsd.sourceforge.net/ FlightGear Scenery Designer >> > >> > _______________________________________________ >> > osg-submissions mailing list >> > [email protected] >> > >> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org >> > >> _______________________________________________ >> osg-submissions mailing list >> [email protected] >> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
