core/compositor: Correctly track SHM buffer damage (#9678)

This commit is contained in:
Lee Bousfield 2025-03-22 11:13:44 -05:00 committed by GitHub
parent 4600043a49
commit 6384f4acf4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 103 additions and 82 deletions

View file

@ -387,7 +387,7 @@ CXDGSurfaceResource::CXDGSurfaceResource(SP<CXdgSurface> resource_, SP<CXDGWMBas
if (toplevel)
toplevel->current = toplevel->pending;
if UNLIKELY (initialCommit && surface->pending.texture) {
if UNLIKELY (initialCommit && surface->pending.buffer) {
resource->error(-1, "Buffer attached before initial commit");
return;
}