Re: USER32: Hide cursor when calling SetCursor with NULL HCURSOR

2006-02-09 Thread Justin Chevrier
Andreas Mohr wrote: Hi, On Fri, Feb 03, 2006 at 07:50:51PM -0500, Justin Chevrier wrote: Changelog: Hide cursor if SetCursor is called with a NULL HCURSOR Which obviously implies the question: What if the program does a SetCursor(something) later? Should it then re-show a cursor

Re: USER32: Hide cursor when calling SetCursor with NULL HCURSOR

2006-02-08 Thread Andreas Mohr
Hi, On Fri, Feb 03, 2006 at 07:50:51PM -0500, Justin Chevrier wrote: Changelog: Hide cursor if SetCursor is called with a NULL HCURSOR Which obviously implies the question: What if the program does a SetCursor(something) later? Should it then re-show a cursor previously hidden by a NULL handle?