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/exit_confirm_dialog.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exit_confirm_dialog.rs') diff --git a/src/exit_confirm_dialog.rs b/src/exit_confirm_dialog.rs index eed640ca..84eddefe 100644 --- a/src/exit_confirm_dialog.rs +++ b/src/exit_confirm_dialog.rs @@ -12,7 +12,7 @@ use smithay::output::Output; use smithay::reexports::gbm::Format as Fourcc; use smithay::utils::Transform; -use crate::render_helpers::NiriRenderer; +use crate::render_helpers::renderer::NiriRenderer; const TEXT: &str = "Are you sure you want to exit niri?\n\n\ Press Enter to confirm."; -- cgit