- Take the mouse capture on a WM_NCRBUTTONDOWN on the caption bar,
authorLouis Philippe Gagnon <louisphilippe@macadamian.com>
Sat, 2 Dec 2000 00:00:51 +0000 (00:00 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 2 Dec 2000 00:00:51 +0000 (00:00 +0000)
commit13317c070f28217266cc3635f587ccf492dfbf4f
tree9e6fdfa8ba3b5343115b23da011943c55a84879a
parent2b3aa616e865cb88688d17a88579122a974fec4b
- Take the mouse capture on a WM_NCRBUTTONDOWN on the caption bar,
  release it on a WM_RBUTTONUP
- Don't send WM_CONTEXTMENU on a WM_NCRBUTTONUP
- Use parent-relative coordinates when calling NC_HandleNCHitTest
windows/defwnd.c