From ddfec31b4c2a6fe289f1966a49403b802d85314a Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 4 Oct 2023 16:48:15 +0200 Subject: [PATCH] xdg-shell: document wlr_xdg_surface's initialized & initial_commit --- include/wlr/types/wlr_xdg_shell.h | 2 ++ 1 file changed, 2 insertions(+) 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 {