diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2023-03-04 22:51:11 +0300 |
---|---|---|
committer | Isaac Freund <mail@isaacfreund.com> | 2023-06-02 17:26:18 +0000 |
commit | c590bb600f9caf60a48263b0559c75f1515b1769 (patch) | |
tree | 1b2334ae140c713b2f55e3dbc5af7a50ee317c9a /include/wlr | |
parent | 6b40e0814844a805760a53c3c5054899e67fdaee (diff) |
subcompositor: use unified map logic
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_subcompositor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/wlr/types/wlr_subcompositor.h b/include/wlr/types/wlr_subcompositor.h index c292ea0c..d20fef94 100644 --- a/include/wlr/types/wlr_subcompositor.h +++ b/include/wlr/types/wlr_subcompositor.h @@ -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; |