mirror of
https://github.com/swaywm/sway.git
synced 2025-11-05 13:29:51 -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
|
|
@ -155,8 +155,8 @@ static void render_layer(struct sway_output *output,
|
|||
.damage = damage,
|
||||
.alpha = 1.0f,
|
||||
};
|
||||
output_layer_for_each_surface(layer_surfaces, &data.root_geo,
|
||||
render_surface_iterator, &data);
|
||||
output_layer_for_each_surface(output, layer_surfaces,
|
||||
render_surface_iterator2, &data);
|
||||
}
|
||||
|
||||
#ifdef HAVE_XWAYLAND
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue