Create the sRGB colorspace description we need

This commit is contained in:
Kovid Goyal
2025-07-31 18:30:47 +05:30
parent df22e8c9b7
commit d37bd7afcf
3 changed files with 49 additions and 6 deletions

3
glfw/wl_platform.h vendored
View File

@@ -399,7 +399,8 @@ typedef struct _GLFWlibraryWayland
struct {
struct { bool gamma22, ext_linear; } supported_transfer_functions;
struct { bool srgb; } supported_primaries;
bool capabilities_reported;
bool capabilities_reported, image_description_done, has_needed_capabilities;
struct wp_image_description_v1 *image_description;
} color_manager;
struct {