mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-12 13:29:45 -05:00
schedule configure request on toplevel first commit
This commit is contained in:
parent
a0bdbc92ba
commit
569b147bba
2 changed files with 131 additions and 122 deletions
|
|
@ -36,6 +36,7 @@ struct wlr_xdg_toplevel_v6_state {
|
|||
struct wlr_xdg_toplevel_v6 {
|
||||
struct wl_resource *resource;
|
||||
struct wlr_xdg_surface_v6 *base;
|
||||
bool added;
|
||||
struct wlr_xdg_toplevel_v6_state next; // client protocol requests
|
||||
struct wlr_xdg_toplevel_v6_state pending; // user configure requests
|
||||
struct wlr_xdg_toplevel_v6_state current;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue