Render layer shell popups over the top layer

This commit is contained in:
David96 2019-12-03 16:03:38 +01:00 committed by Simon Ser
parent ac0637708f
commit 8c62278207
3 changed files with 88 additions and 6 deletions

View file

@ -125,6 +125,14 @@ void output_layer_for_each_surface(struct sway_output *output,
struct wl_list *layer_surfaces, sway_surface_iterator_func_t iterator,
void *user_data);
void output_layer_for_each_surface_toplevel(struct sway_output *output,
struct wl_list *layer_surfaces, sway_surface_iterator_func_t iterator,
void *user_data);
void output_layer_for_each_surface_popup(struct sway_output *output,
struct wl_list *layer_surfaces, sway_surface_iterator_func_t iterator,
void *user_data);
#if HAVE_XWAYLAND
void output_unmanaged_for_each_surface(struct sway_output *output,
struct wl_list *unmanaged, sway_surface_iterator_func_t iterator,