summaryrefslogtreecommitdiff
path: root/include/sway/output.h
diff options
context:
space:
mode:
authoremersion <[email protected]>2018-07-27 18:59:14 +0100
committeremersion <[email protected]>2018-07-29 14:33:26 +0100
commite9d674cfd294f13a32893dd584826ed7481e05e3 (patch)
treea3aa66326c5d11a7cb86a491ac4bf49795003a98 /include/sway/output.h
parenta0dd9776172796f65b0fce0a8e5cfb66bdb2e2e5 (diff)
wip: redesign output_view_for_each_surface iterator
Diffstat (limited to 'include/sway/output.h')
-rw-r--r--include/sway/output.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index c1763b26..7a458a84 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -89,9 +89,9 @@ void output_surface_for_each_surface2(struct sway_output *output,
struct wlr_surface *surface, double ox, double oy, float rotation,
sway_surface_iterator_func_t iterator, void *user_data);
-void output_view_for_each_surface(struct sway_view *view,
- struct sway_output *output, struct root_geometry *geo,
- wlr_surface_iterator_func_t iterator, void *user_data);
+void output_view_for_each_surface(struct sway_output *output,
+ struct sway_view *view, sway_surface_iterator_func_t iterator,
+ void *user_data);
void output_layer_for_each_surface(struct sway_output *output,
struct wl_list *layer_surfaces, sway_surface_iterator_func_t iterator,