subcompositor: use unified map logic

This commit is contained in:
Kirill Primak 2023-03-04 22:51:11 +03:00 committed by Isaac Freund
parent 6b40e08148
commit c590bb600f
4 changed files with 37 additions and 66 deletions

View file

@ -37,7 +37,6 @@ struct wlr_subsurface {
bool synchronized;
bool reordered;
bool mapped;
bool added;
struct wl_listener surface_client_commit;
@ -45,8 +44,6 @@ struct wlr_subsurface {
struct {
struct wl_signal destroy;
struct wl_signal map;
struct wl_signal unmap;
} events;
void *data;