Skip to content

compositor: wrap cached lock seq in struct

Simon Ser requested to merge emersion/wlroots:cached-lock into master

This improves type safety: the struct wlr_surface_cached_lock value can't be mixed with other integer values.

Merge request reports