[ros-kernel] Re: [ros-cvs] CVS Update: reactos

Thomas Weidenmueller thomas at reactsoft.com
Sun Jun 20 16:46:41 CEST 2004


Mike Nordell wrote:

> Couldn't this be simplified by stating: Everytime the cursor needs to be
>
>drawn, a WM_SETCURSOR needs to be performed first?
>
No, this would waste lots of system resources. and it needs to send this 
message in the cases i previously mentioned. it can't be done when 
drawing the cursor because the message does not neccessarily have to be 
handled. The cursor may only change if a call to SetCursor() is done 
that actually changes it.

Regards
Thomas


More information about the Ros-kernel mailing list