mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04: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
|
|
@ -171,7 +171,7 @@ static void render_layer_toplevel(struct sway_output *output,
|
|||
.damage = damage,
|
||||
.alpha = 1.0f,
|
||||
};
|
||||
output_layer_for_each_surface_toplevel(output, layer_surfaces,
|
||||
output_layer_for_each_toplevel_surface(output, layer_surfaces,
|
||||
render_surface_iterator, &data);
|
||||
}
|
||||
|
||||
|
|
@ -181,7 +181,7 @@ static void render_layer_popups(struct sway_output *output,
|
|||
.damage = damage,
|
||||
.alpha = 1.0f,
|
||||
};
|
||||
output_layer_for_each_surface_popup(output, layer_surfaces,
|
||||
output_layer_for_each_popup_surface(output, layer_surfaces,
|
||||
render_surface_iterator, &data);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue