diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2023-07-11 11:48:21 +0300 |
---|---|---|
committer | Isaac Freund <mail@isaacfreund.com> | 2023-11-23 13:02:10 +0000 |
commit | e8413660686bf94322799470ef5b109ea4580cc9 (patch) | |
tree | 1eb79e17637fb51f6283faa24d42dbc00ead20e1 /include/wlr | |
parent | c85838892d56111809aa2edb83a2f22428bfa806 (diff) |
layer-shell: emit new_surface event at the proper time
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_layer_shell_v1.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |