http://bugs.winehq.org/show_bug.cgi?id=33124
Bug #: 33124 Summary: SetWindowPlacement() unexpectedly clips coordinates when applied to a child window Product: Wine Version: 1.4.1 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: jtuc@users.sourceforge.net Classification: Unclassified
Observed behavior: Regardless of whether a window handle represents a top-level or child window, SetWindowPlacement() clips passed-in coordinates according to screen bounds.
Expected behavior: Clipping of passed-in coordinates should not happen for child windows.