Merge branch 'wip/otte/colomplications' into 'main'

wayland: Do not use compositor-provided image descriptions

See merge request GNOME/gtk!7522
This commit is contained in:
Benjamin Otte
2024-07-29 17:56:41 +00:00

View File

@@ -491,9 +491,6 @@ image_desc_info_done (void *data,
cs = gdk_color_state_from_image_description_bits (desc);
if (cs)
{
g_hash_table_insert (self->color->cs_to_desc,
gdk_color_state_ref (cs),
desc->image_desc);
g_hash_table_insert (self->color->id_to_cs,
GUINT_TO_POINTER (desc->identity),
gdk_color_state_ref (cs));