https://bugs.winehq.org/show_bug.cgi?id=48675
Bug ID: 48675 Summary: MoveWindow and SetWindowLongPtr different behaviour real Win vs wine Product: Wine Version: 1.6.2 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: mutex@fastmail.co.uk Distribution: ---
Calling the following Win32 API functions: MoveWindow() SetWindowLongPtr() together seems to make the second one be ignored and have no effect. Other window-manipulation functions might also exhibit the effect.