aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/output.h
diff options
context:
space:
mode:
authorLibravatar David96 <david@hameipe.de>2019-12-03 16:03:38 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2020-04-10 10:45:47 +0200
commit8c6227820754f2bb09ebda3676dcf7a43722ff64 (patch)
tree63e68c2e9f78d44287f7a451e57c93d1872a5551 /include/sway/output.h
parentoutput: remove damage listeners in damage destroy (diff)
downloadsway-8c6227820754f2bb09ebda3676dcf7a43722ff64.tar.gz
sway-8c6227820754f2bb09ebda3676dcf7a43722ff64.tar.zst
sway-8c6227820754f2bb09ebda3676dcf7a43722ff64.zip
Render layer shell popups over the top layer
Diffstat (limited to 'include/sway/output.h')
-rw-r--r--include/sway/output.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index 4771b14f..cabb4b55 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -125,6 +125,14 @@ void output_layer_for_each_surface(struct sway_output *output,
125 struct wl_list *layer_surfaces, sway_surface_iterator_func_t iterator, 125 struct wl_list *layer_surfaces, sway_surface_iterator_func_t iterator,
126 void *user_data); 126 void *user_data);
127 127
128void output_layer_for_each_surface_toplevel(struct sway_output *output,
129 struct wl_list *layer_surfaces, sway_surface_iterator_func_t iterator,
130 void *user_data);
131
132void output_layer_for_each_surface_popup(struct sway_output *output,
133 struct wl_list *layer_surfaces, sway_surface_iterator_func_t iterator,
134 void *user_data);
135
128#if HAVE_XWAYLAND 136#if HAVE_XWAYLAND
129void output_unmanaged_for_each_surface(struct sway_output *output, 137void output_unmanaged_for_each_surface(struct sway_output *output,
130 struct wl_list *unmanaged, sway_surface_iterator_func_t iterator, 138 struct wl_list *unmanaged, sway_surface_iterator_func_t iterator,