1b5ebd3c
by Rémi Bernon at 2025-10-20T12:20:56+02:00
win32u: Reset internal pixel format when pixel format is set.
The pixel format may be changed by wined3d before the application has
set its own pixel format, which may be different, and we want later
OpenGL calls from the application, such as its context creation, to use
the application selected pixel format.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58791