wayland: Actually query the preferred colorstate

We weren't doing that, so everything looked like it wanted SRGB.
This commit is contained in:
Benjamin Otte
2024-07-27 06:46:46 +02:00
parent 25c812fa87
commit 514dbcacd4

View File

@@ -704,6 +704,7 @@ gdk_wayland_color_surface_new (GdkWaylandColor *color,
self->data = data;
xx_color_management_feedback_surface_v4_add_listener (self->feedback, &color_listener, self);
preferred_changed (self, self->feedback);
return self;
}