On Wed Jul 9 17:21:25 2025 +0000, William Horvath wrote:
This `pglXCreateWindow` will always result in a `BadMatch` for visuals/formats which are incompatible with the default (which are used unconditionally now in `x11drv_client_surface_create`), since AFAIK it needs to be compatible with the surface configuration. See [gl.c](/uploads/8b7452de504d3eff1c7d7d39040dbaa6/gl.c) for an example.
Right, forgot about that. Thanks, it should be fixed now.