schedule configure request on toplevel first commit

This commit is contained in:
Tony Crisci 2017-09-15 07:50:13 -04:00
parent a0bdbc92ba
commit 569b147bba
2 changed files with 131 additions and 122 deletions

View file

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