aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2023-10-14 20:05:52 +0300
committerKirill Primak <vyivel@eclair.cafe>2023-10-26 19:06:40 +0300
commitd253d70786648b4da427849b805517567a0ceaac (patch)
tree3c1191990dba9f1b7750832b76c40947b8900153 /include
parent1c2f608331e3ebdd0670f51acf706cccf0b72294 (diff)
xdg-shell: use wlr_surface.unmap_commit
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_xdg_shell.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_xdg_shell.h b/include/wlr/types/wlr_xdg_shell.h
index 536cd90b..b81b7a3b 100644
--- a/include/wlr/types/wlr_xdg_shell.h
+++ b/include/wlr/types/wlr_xdg_shell.h
@@ -275,7 +275,6 @@ struct wlr_xdg_surface {
// private state
- bool client_mapped;
struct wl_listener role_resource_destroy;
};