mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
xdg-shell: document wlr_xdg_surface's initialized & initial_commit
This commit is contained in:
parent
3406c1b17a
commit
ddfec31b4c
@ -256,7 +256,9 @@ struct wlr_xdg_surface {
|
|||||||
|
|
||||||
struct wlr_xdg_surface_state current, pending;
|
struct wlr_xdg_surface_state current, pending;
|
||||||
|
|
||||||
|
// Whether the surface is ready to receive configure events
|
||||||
bool initialized;
|
bool initialized;
|
||||||
|
// Whether the latest commit is an initial commit
|
||||||
bool initial_commit;
|
bool initial_commit;
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user