aboutsummaryrefslogtreecommitdiff
path: root/src/layout/mod.rs
diff options
context:
space:
mode:
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,
}