wayland: We use v4 of the protocol

This commit is contained in:
Benjamin Otte
2024-07-25 21:27:28 +02:00
parent 6f9a70bd4e
commit 7de91d1777

View File

@@ -534,7 +534,7 @@ gdk_registry_handle_global (void *data,
&wp_presentation_interface,
MIN (version, 1));
}
else if (strcmp (interface, "xx_color_manager_v2") == 0)
else if (strcmp (interface, "xx_color_manager_v4") == 0)
{
display_wayland->color = gdk_wayland_color_new (registry, id, version);
}