3 Mar
2001
3 Mar
'01
7:11 p.m.
Susan Farley <susan(a)codeweavers.com> writes:
@@ -720,7 +721,8 @@ PAGER_INFO *infoPtr; DWORD dwStyle = GetWindowLongA (hwnd, GWL_STYLE);
- dwStyle |= WS_CLIPCHILDREN; + /* background color of the child should be the same as the pager */ + dwStyle &= ~WS_CLIPCHILDREN;
Shouldn't we simply leave WS_CLIPCHILDREN alone and use whatever the app specified when creating the window, instead of forcing it one way or another? -- Alexandre Julliard julliard(a)winehq.com
9048
Age (days ago)
9048
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard