diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-09-16 20:07:19 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-09-16 20:07:19 -0400 |
commit | 5b9373a7913d956b6e1aca8370b66d9d59a83351 (patch) | |
tree | c45480b3c05547a631ff051a46202639f8cf2b2c /include | |
parent | 2573c429ee62d875ad2480fd29bef775cb33fa32 (diff) |
xdg-toplevel-v6 set parent
Diffstat (limited to 'include')
-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 5183abd5..786bf4e6 100644 --- a/include/wlr/types/wlr_xdg_shell_v6.h +++ b/include/wlr/types/wlr_xdg_shell_v6.h @@ -53,6 +53,7 @@ struct wlr_xdg_toplevel_v6_state { struct wlr_xdg_toplevel_v6 { struct wl_resource *resource; struct wlr_xdg_surface_v6 *base; + struct wlr_xdg_surface_v6 *parent; bool added; struct wlr_xdg_toplevel_v6_state next; // client protocol requests struct wlr_xdg_toplevel_v6_state pending; // user configure requests |