mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 03:17:46 +03:00
Rename output_layer_for_each_surface_{toplevel,popup}
Swap the "surface" part for consistency with wlroots' naming.
This commit is contained in:
parent
5438cc158a
commit
1c3cfd3bac
3 changed files with 6 additions and 6 deletions
|
@ -124,11 +124,11 @@ void output_layer_for_each_surface(struct sway_output *output,
|
|||
struct wl_list *layer_surfaces, sway_surface_iterator_func_t iterator,
|
||||
void *user_data);
|
||||
|
||||
void output_layer_for_each_surface_toplevel(struct sway_output *output,
|
||||
void output_layer_for_each_toplevel_surface(struct sway_output *output,
|
||||
struct wl_list *layer_surfaces, sway_surface_iterator_func_t iterator,
|
||||
void *user_data);
|
||||
|
||||
void output_layer_for_each_surface_popup(struct sway_output *output,
|
||||
void output_layer_for_each_popup_surface(struct sway_output *output,
|
||||
struct wl_list *layer_surfaces, sway_surface_iterator_func_t iterator,
|
||||
void *user_data);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue