mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-05 04:06:11 -05:00
color_management_v1: use 64bit image description identities
ref https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/385
This commit is contained in:
parent
58f0867c04
commit
bb882e97f1
2 changed files with 22 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue