https://bugs.winehq.org/show_bug.cgi?id=54357
Bug ID: 54357 Summary: Spurious fixme message when calling ScrollWindow() Product: Wine Version: 8.0-rc3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: vz-wine@zeitlins.org Distribution: ---
`ScrollWindow()` calls `NtUserScrollWindowEx()` with `SW_NODCCACHE` in the flags, but this function complains if it's passed anything other than `SW_SCROLLCHILDREN | SW_INVALIDATE | SW_ERASE`.
This seems to be due to a relatively recent b2db69efcf4 (win32u: Move NtUserScrollWindowEx implementation from user32., 2022-06-08) as it replaced the call to the internal `scroll_window()` with a call to `NtUserScrollWindowEx()` with this unrecognized flag.
https://bugs.winehq.org/show_bug.cgi?id=54357
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW CC| |jacek@codeweavers.com
--- Comment #1 from Jacek Caban jacek@codeweavers.com --- Good catch, thanks, I created a MR: https://gitlab.winehq.org/wine/wine/-/merge_requests/2003
https://bugs.winehq.org/show_bug.cgi?id=54357
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Fixed by SHA1| |8870d51d3e09565463baa11ce7d | |2b43c9ca252e4
--- Comment #2 from Gijs Vermeulen gijsvrm@gmail.com --- Fixed by https://gitlab.winehq.org/wine/wine/-/commit/8870d51d3e09565463baa11ce7d2b43...
https://bugs.winehq.org/show_bug.cgi?id=54357
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.1.
https://bugs.winehq.org/show_bug.cgi?id=54357
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |8.0.x
https://bugs.winehq.org/show_bug.cgi?id=54357
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|8.0.x |---
--- Comment #4 from Michael Stefaniuc mstefani@winehq.org --- Removing the 8.0.x milestone from bug fixes included in 8.0.1.