diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-09-15 07:50:13 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-09-15 07:50:13 -0400 |
commit | 569b147bba41d009a95c1e80c7dbb342f25bf9af (patch) | |
tree | 4f0fe62b2e47ae61a39fab1e10052f514a059774 /include/wlr | |
parent | a0bdbc92ba7059d3abaa69d170bf9ce5165d1795 (diff) |
schedule configure request on toplevel first commit
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_xdg_shell_v6.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_xdg_shell_v6.h b/include/wlr/types/wlr_xdg_shell_v6.h index e13af137..a4afaf3b 100644 --- a/include/wlr/types/wlr_xdg_shell_v6.h +++ b/include/wlr/types/wlr_xdg_shell_v6.h @@ -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; |