Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
winex11.drv: Change order register_extension for WGL_ARB_pixel_format…
…_float. Some processes use very naive string matching when detecting extensions, for example, Cossacks III checks if the extension is "contained" in the current extension is checking, causing that `WGL_ARB_pixel_format` is contained in `WGL_ARB_pixel_format_float`, but it ends up with the flag deactivated because they aren't the same. This makes it consistent with the behavior on winemac.drv/opengl.c too. CW-Bug-Id: #20532 Signed-off-by: Sebastián Aedo <[email protected]> (cherry picked from commit fb7e468c32554d841fde695c03935e89ce94b049)
- Loading branch information