xdg-shell: document wlr_xdg_surface's initialized & initial_commit

This commit is contained in:
Simon Ser 2023-10-04 16:48:15 +02:00 committed by Kirill Primak
parent 3406c1b17a
commit ddfec31b4c
1 changed files with 2 additions and 0 deletions

View File

@ -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 {