Re: [PATCH] user32: end scrollbar tracking if the mouse capture is lost
23 Mar
2010
23 Mar
'10
1:18 p.m.
Sébastien Ramage <sebastien.ramage(a)gmail.com> wrote:
- } while (msg.message != WM_LBUTTONUP); + } while (msg.message != WM_LBUTTONUP&& GetCapture() == hwnd);
Please fix the spacing above.
+ SendMessage( hScroll, WM_LBUTTONDOWN, 0, 0x10001);
0 for lParam would work just fine. A magic value needs either explanation or MAKELPARAM(1, 1) if you really need coordinates. -- Dmitry.
5833
Age (days ago)
5833
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov