3a6e226e
by Zhiyi Zhang at 2024-09-30T22:14:46+02:00
user32/tests: Test that DragDetect() uses client coordinates instead of screen coordinates.
Test that DragDetect() uses client coordinates instead of screen coordinates even though MSDN says that DragDetect()
should use screen coordinates. This also means that Wine's current implementation is correct.