diff options
author | Simon Ser <contact@emersion.fr> | 2023-10-04 16:48:15 +0200 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2023-10-04 14:50:48 +0000 |
commit | ddfec31b4c2a6fe289f1966a49403b802d85314a (patch) | |
tree | 3d37adfb267942eef19df3919d5deed15ecdc421 | |
parent | 3406c1b17a4a7e6d4e2a7d9c1176affa72bce1bc (diff) |
xdg-shell: document wlr_xdg_surface's initialized & initial_commit
-rw-r--r-- | include/wlr/types/wlr_xdg_shell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_xdg_shell.h b/include/wlr/types/wlr_xdg_shell.h index 8c1bda05..a67f32ac 100644 --- a/include/wlr/types/wlr_xdg_shell.h +++ b/include/wlr/types/wlr_xdg_shell.h @@ -256,7 +256,9 @@ struct wlr_xdg_surface { struct wlr_xdg_surface_state current, pending; + // Whether the surface is ready to receive configure events bool initialized; + // Whether the latest commit is an initial commit bool initial_commit; struct { |