mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
xdg-toplevel: fix requested doc
`requested` is also checked on state change requests.
This commit is contained in:
parent
34a71eae31
commit
6ed3b02775
1 changed files with 2 additions and 2 deletions
|
|
@ -134,8 +134,8 @@ struct wlr_xdg_toplevel {
|
|||
struct wlr_xdg_toplevel_configure scheduled;
|
||||
|
||||
// Properties that the client has requested. Intended to be checked
|
||||
// by the compositor on surface map and handled accordingly
|
||||
// (e.g. a client might want to start already in a fullscreen state).
|
||||
// by the compositor on surface map and state change requests (such as
|
||||
// xdg_toplevel::set_fullscreen) and handled accordingly.
|
||||
struct wlr_xdg_toplevel_requested requested;
|
||||
|
||||
char *title;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue