Thanks Roland, gotta love open source, bugs get found, bugs get fixed,
fixes get shared :-)

Fix now checked into svn/trunk and OSG-2.8 branch.

On Thu, Feb 26, 2009 at 10:54 PM, Roland Smeenk <[email protected]> wrote:
> Attached is a small bug fix for the redundant messages that are created in 
> OSG applications on windows. GraphicsWindowWin32::setCursor is called every 
> frame from the WM_NCHITTEST message. This will result in a call to 
> ::SetCursor(_currentCursor) every frame, which again causes a WM_MOUSEMOVE to 
> occur. The fix exits GraphicsWindowWin32::setCursor if the requested cursor 
> already is the current cursor.
>
> --
> Roland Smeenk
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=7556#7556
>
>
>
>
> _______________________________________________
> 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

Reply via email to