mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
subcompositor: use unified map logic
This commit is contained in:
parent
6b40e08148
commit
c590bb600f
4 changed files with 37 additions and 66 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue