diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-07-27 18:53:15 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-07-27 18:53:15 +0100 |
| commit | 9d6a925ea028d71bb2671314d6c9cd15179f2bc2 (patch) | |
| tree | 118ca09465a6a826f47beb57a9012d921c71bac0 /include | |
| parent | cddb282ea379f004441d0e0e6a6c4bc870b6bd66 (diff) | |
wip: redesign output_layer_for_each_surface iterator
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/output.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sway/output.h b/include/sway/output.h index 10a14207..c1763b26 100644 --- a/include/sway/output.h +++ b/include/sway/output.h @@ -93,8 +93,8 @@ 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_layer_for_each_surface(struct wl_list *layer_surfaces, - struct root_geometry *geo, wlr_surface_iterator_func_t iterator, +void output_layer_for_each_surface(struct sway_output *output, + struct wl_list *layer_surfaces, sway_surface_iterator_func_t iterator, void *user_data); #ifdef HAVE_XWAYLAND |
