From e8413660686bf94322799470ef5b109ea4580cc9 Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Tue, 11 Jul 2023 11:48:21 +0300 Subject: layer-shell: emit new_surface event at the proper time --- include/wlr/types/wlr_layer_shell_v1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_layer_shell_v1.h b/include/wlr/types/wlr_layer_shell_v1.h index df2107c5..fa0288be 100644 --- a/include/wlr/types/wlr_layer_shell_v1.h +++ b/include/wlr/types/wlr_layer_shell_v1.h @@ -83,7 +83,7 @@ struct wlr_layer_surface_v1 { char *namespace; - bool added, configured; + bool configured; struct wl_list configure_list; struct wlr_layer_surface_v1_state current, pending; -- cgit v1.2.3