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.
https://bugs.winehq.org/show_bug.cgi?id=48675
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- What exactly do you mean by that? Please attach test case that does not work for you.
https://bugs.winehq.org/show_bug.cgi?id=48675
--- Comment #2 from Mutex mutex@fastmail.co.uk --- Created attachment 66539 --> https://bugs.winehq.org/attachment.cgi?id=66539 program that exhibits the bug
This program exhibits the bug. The fullscreen toggle 'f' behaves differently on windows 10 than on wine.