aboutsummaryrefslogtreecommitdiff
path: root/src/layout/mod.rs
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-02-21 09:05:41 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-02-21 09:12:40 +0400
commit9ce19ad7de3e2495a3e1f67a1caa89b082be2188 (patch)
treed98e4a9fbd30de43f9b59bb018b357a9ed494b7b /src/layout/mod.rs
parent751f79dc35cb61e685273fbaa67930c76dae5147 (diff)
downloadniri-9ce19ad7de3e2495a3e1f67a1caa89b082be2188.tar.gz
niri-9ce19ad7de3e2495a3e1f67a1caa89b082be2188.tar.bz2
niri-9ce19ad7de3e2495a3e1f67a1caa89b082be2188.zip
Use niri_render_elements! for the screenshot UI
Diffstat (limited to 'src/layout/mod.rs')
-rw-r--r--src/layout/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/mod.rs b/src/layout/mod.rs
index 947b8cea..9692e73d 100644
--- a/src/layout/mod.rs
+++ b/src/layout/mod.rs
@@ -64,7 +64,7 @@ pub mod tile;
pub mod workspace;
niri_render_elements! {
- LayoutElementRenderElement => {
+ LayoutElementRenderElement<R> => {
Wayland = WaylandSurfaceRenderElement<R>,
SolidColor = SolidColorRenderElement,
}