xdg-shell: use wlr_surface.unmap_commit

This commit is contained in:
Kirill Primak 2023-10-14 20:05:52 +03:00
parent 1c2f608331
commit d253d70786
3 changed files with 6 additions and 10 deletions

View file

@ -275,7 +275,6 @@ struct wlr_xdg_surface {
// private state
bool client_mapped;
struct wl_listener role_resource_destroy;
};