aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-10-02 09:15:21 -0400
committerTony Crisci <tony@dubstepdish.com>2017-10-02 19:10:36 -0400
commite003296c23fb0a974a13121cd940d6bf3fe63fac (patch)
tree8c00004c3b44f610f1b596bf5a1656d1b45720ad /include/wlr
parent86b66f1d6fbfc50be89b1e4987747fb7aa21cd31 (diff)
xdg-popup: render popups in the right place
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_xdg_shell_v6.h3
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;