Module: wine Branch: master Commit: 922dc3122476a8b16e7213c9eeb9d4d15dd525b9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=922dc3122476a8b16e7213c9ee...
Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Thu Oct 16 19:58:56 2008 +0900
user32: Add a test for fullscreen window sizing, make it pass under Wine.
It appears that Windows doesn't always restrict the window size by the monitor work area. The tests pass under XP SP3 and Win98.
---
dlls/user32/tests/win.c | 191 +++++++++++++++++++++++++++++++++++++++++++++++ dlls/user32/winpos.c | 21 ++++-- 2 files changed, 206 insertions(+), 6 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=922dc3122476a8b16e7213...