From c590bb600f9caf60a48263b0559c75f1515b1769 Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Sat, 4 Mar 2023 22:51:11 +0300 Subject: subcompositor: use unified map logic --- include/wlr/types/wlr_subcompositor.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/wlr') 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; -- cgit v1.2.3