aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/output.h
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-07-27 19:19:30 +0100
committerLibravatar emersion <contact@emersion.fr>2018-07-29 14:33:26 +0100
commitfe0750fec107f692be4f47659b446ed3d8d8f3b6 (patch)
treedfa78c5ece799496a322b529a3620fe1af9abd02 /include/sway/output.h
parentCompletely switch over to new iterators (diff)
downloadsway-fe0750fec107f692be4f47659b446ed3d8d8f3b6.tar.gz
sway-fe0750fec107f692be4f47659b446ed3d8d8f3b6.tar.zst
sway-fe0750fec107f692be4f47659b446ed3d8d8f3b6.zip
Remove output_surface_for_each_surface from header
Diffstat (limited to 'include/sway/output.h')
-rw-r--r--include/sway/output.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index 70f631a0..6283db68 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -67,10 +67,6 @@ struct sway_container *output_get_active_workspace(struct sway_output *output);
67void output_render(struct sway_output *output, struct timespec *when, 67void output_render(struct sway_output *output, struct timespec *when,
68 pixman_region32_t *damage); 68 pixman_region32_t *damage);
69 69
70void output_surface_for_each_surface2(struct sway_output *output,
71 struct wlr_surface *surface, double ox, double oy, float rotation,
72 sway_surface_iterator_func_t iterator, void *user_data);
73
74void output_view_for_each_surface(struct sway_output *output, 70void output_view_for_each_surface(struct sway_output *output,
75 struct sway_view *view, sway_surface_iterator_func_t iterator, 71 struct sway_view *view, sway_surface_iterator_func_t iterator,
76 void *user_data); 72 void *user_data);