wayland: Actually query the preferred colorstate
We weren't doing that, so everything looked like it wanted SRGB.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user