Re: [PATCH 2/2] user32: Set WM_NOSIZE for windows smaller than SM_CXMINTRACK/SM_CYMINTRACK.
9 Jul
2008
9 Jul
'08
9:39 a.m.
"Lei Zhang" <thestig(a)google.com> writes:
I'm trying to make the test in patch 1/2 pass.
- I want DEFWND_HandleWindowPosChanged to see SWP_NOCLIENTSIZE = 1. - SWP_NOCLIENTSIZE gets set to 0 in SWP_DoNCCalcSize because the client size has changed. - the client size has changed because the window size has changed? - the window size changed because it was 100, and GetSystemMetrics(SM_CXMINTRACK) returns 112.
so it looks like I just need to set SWP_NOSIZE.
That's certainly wrong too, I think you are still on the wrong track. You need to write more test cases. -- Alexandre Julliard julliard(a)winehq.org
6456
Age (days ago)
6456
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard