mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
reset pending geometry on ack configure
This commit is contained in:
parent
49a24225a2
commit
2573c429ee
2 changed files with 17 additions and 25 deletions
|
|
@ -63,7 +63,7 @@ struct wlr_xdg_toplevel_v6 {
|
|||
struct wlr_xdg_surface_v6_configure {
|
||||
struct wl_list link; // wlr_xdg_surface_v6::configure_list
|
||||
uint32_t serial;
|
||||
struct wlr_xdg_toplevel_v6_state *state;
|
||||
struct wlr_xdg_toplevel_v6_state state;
|
||||
};
|
||||
|
||||
struct wlr_xdg_surface_v6 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue