color_management_v1: use 64bit image description identities

ref https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/385
This commit is contained in:
Félix Poisot 2025-12-27 15:45:25 +00:00
parent 58f0867c04
commit bb882e97f1
2 changed files with 22 additions and 6 deletions

View file

@ -78,7 +78,7 @@ struct wlr_color_manager_v1 {
struct wl_list outputs; // wlr_color_management_output_v1.link
struct wl_list surface_feedbacks; // wlr_color_management_surface_feedback_v1.link
uint32_t last_image_desc_identity;
uint64_t last_image_desc_identity;
struct wl_listener display_destroy;
} WLR_PRIVATE;