diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-10-10 12:20:39 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-10-10 12:20:39 -0400 |
commit | 821cf92498733b43494e2eda21e3342f6f3579e2 (patch) | |
tree | 90c240975293c24d9fe68cfbe5bcbfed9e0bafae /include | |
parent | f7e7f6271ddb44ed80ab928116ab731a7d878edc (diff) |
wl-shell: fix popup grab
Diffstat (limited to 'include')
-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; |