user32:painting.c Add comment to function.[try2]

Robert Shearman rob at codeweavers.com
Wed Jun 27 11:03:02 CDT 2007


Anatoly Lyutin wrote:
>  /***********************************************************************
>   *		LockWindowUpdate (USER32.@)
> + *
> + * Enables or disables choosen window.
>   

This isn't quite correct. LockWindowUpdate prevents or allows painting 
to the window. It doesn't prevent user input, which is what "disable" 
suggests (c.f. EnableWindow).

-- 
Rob Shearman




More information about the wine-devel mailing list