diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-10-02 09:15:21 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-10-02 19:10:36 -0400 |
commit | e003296c23fb0a974a13121cd940d6bf3fe63fac (patch) | |
tree | 8c00004c3b44f610f1b596bf5a1656d1b45720ad /include | |
parent | 86b66f1d6fbfc50be89b1e4987747fb7aa21cd31 (diff) |
xdg-popup: render popups in the right place
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_xdg_shell_v6.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_xdg_shell_v6.h b/include/wlr/types/wlr_xdg_shell_v6.h index 2d38dba0..b7acc2c4 100644 --- a/include/wlr/types/wlr_xdg_shell_v6.h +++ b/include/wlr/types/wlr_xdg_shell_v6.h @@ -89,6 +89,9 @@ struct wlr_xdg_surface_v6 { struct wlr_xdg_popup_v6 *popup_state; }; + struct wl_list popups; + struct wl_list popup_link; + bool configured; struct wl_event_source *configure_idle; struct wl_list configure_list; |