aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/output.h
diff options
context:
space:
mode:
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,