Alexandre Julliard pushed to branch master at wine / wine
Commits: 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
- - - - -
1 changed file:
- dlls/win32u/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/1b5ebd3c567901d8ae6949cff7cbcb0...