mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Implement gradient borders
This commit is contained in:
@@ -1188,7 +1188,7 @@ impl<W: LayoutElement> Workspace<W> {
|
||||
first = false;
|
||||
|
||||
rv.extend(
|
||||
tile.render(renderer, tile_pos, output_scale, focus_ring)
|
||||
tile.render(renderer, tile_pos, output_scale, self.view_size, focus_ring)
|
||||
.map(Into::into),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user