mirror of
https://github.com/swaywm/sway.git
synced 2025-11-12 13:29:56 -05:00
wip: redesign output_layer_for_each_surface iterator
This commit is contained in:
parent
dbf6dd0dae
commit
a0dd977617
3 changed files with 20 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue