mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 18:51:41 +02:00
Create the sRGB colorspace description we need
This commit is contained in:
3
glfw/wl_platform.h
vendored
3
glfw/wl_platform.h
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user