Skip to content

surface: remove wlr_surface.texture

Simon Ser requested to merge github/fork/emersion/remove-surface-texture into master

The texture is managed by the surface's wlr_buffer now. In particular, the buffer can destroy the texture early if it becomes invalid.

cc @Ongy @Timidger @ammen99: this is a breaking change.

Merge request reports