https://bugs.winehq.org/show_bug.cgi?id=53494
Bug ID: 53494 Summary: Missing WinUser SetDisplayAutoRotationPreferences and other stub Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: ddaniels@umalumni.mb.ca Distribution: ---
https://source.winehq.org/WineAPI/user32.html is missing stubs for many functions that are in: https://docs.microsoft.com/en-us/windows/win32/api/winuser/
I'm particularly interested in the stub for SetDisplayAutoRotationPreferences documented at https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setdis...
There's an example of a related stub for GetDisplayAutoRotationPreferences which can be seen at https://www.winehq.org/pipermail/wine-cvs/2017-April/120333.html
https://bugs.winehq.org/show_bug.cgi?id=53494
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEEDINFO
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Hi, Drew.
Why are you interested in it? Do you have an application that's using this function?