mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Render layer shell popups over the top layer
This commit is contained in:
parent
ac0637708f
commit
8c62278207
3 changed files with 88 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue