diff options
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_wl_shell.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_wl_shell.h b/include/wlr/types/wlr_wl_shell.h index bea92b8b..6f6d0182 100644 --- a/include/wlr/types/wlr_wl_shell.h +++ b/include/wlr/types/wlr_wl_shell.h @@ -71,6 +71,7 @@ struct wlr_wl_shell_surface { struct wlr_wl_shell_surface *parent; struct wl_list popup_link; struct wl_list popups; + bool popup_mapped; struct { struct wl_signal destroy; |