From b2298db5c59ed2378aa56095bfdfac8523a7ef77 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 6 Feb 2024 11:24:50 +0400 Subject: Split render_helpers.rs --- src/config_error_notification.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config_error_notification.rs') diff --git a/src/config_error_notification.rs b/src/config_error_notification.rs index 2a3c0860..73ae3d9b 100644 --- a/src/config_error_notification.rs +++ b/src/config_error_notification.rs @@ -15,7 +15,7 @@ use smithay::reexports::gbm::Format as Fourcc; use smithay::utils::Transform; use crate::animation::Animation; -use crate::render_helpers::NiriRenderer; +use crate::render_helpers::renderer::NiriRenderer; const TEXT: &str = "Failed to parse the config file. \ Please run niri validate \ -- cgit