[ros-dev] [ros-diffs] [jimtabor] 66085: [Win32ss] - Fix window from point so it handles disabled windows correctly. - Cleanup processing mouse routine. - See CORE-7447.
Thomas Faber
thomas.faber at reactos.org
Sun Jan 25 16:37:45 UTC 2015
On 2015-01-25 16:57, jimtabor at svn.reactos.org wrote:
> - if (*HitTest == HTNOWHERE) *HitTest = HTCLIENT;
> + if (*HitTest == HTNOWHERE && pwndChild == NULL) *HitTest = HTCLIENT;
pwndChild cannot be non-NULL here.
More information about the Ros-dev
mailing list