Re: Get AdjustWindowRect working better
"Richard Cohen" <richard(a)daijobu.co.uk> wrote:
Changelog: + Improve AdjustWindowRect + add a test
dlls/user/tests/win.c already has AdjustWindowRect tests, see test_nonclient_area. If you could add your tests there that would be great. -- Dmitry.
Dmitry Timoshkov wrote:
dlls/user/tests/win.c already has AdjustWindowRect tests, see test_nonclient_area. If you could add your tests there that would be great.
Yes, I saw the tests in there. I preferred keeping it as a separate file so that it is simple to understand - it just runs through all the window styles and checks AdjustWindowRect. win.c is already over 2000 lines long! Richard.
Richard Cohen <richard(a)daijobu.co.uk> writes:
Yes, I saw the tests in there. I preferred keeping it as a separate file so that it is simple to understand - it just runs through all the window styles and checks AdjustWindowRect. win.c is already over 2000 lines long!
We can't create a new file for every single test, this will become unmanageable; please merge it into the existing win.c test. -- Alexandre Julliard julliard(a)winehq.org
participants (3)
-
Alexandre Julliard -
Dmitry Timoshkov -
Richard Cohen