diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-02-06 11:24:50 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-02-06 11:25:25 +0400 |
| commit | b2298db5c59ed2378aa56095bfdfac8523a7ef77 (patch) | |
| tree | 6afd28e7300354e32afcd48f908f115e44e36cd5 /src/exit_confirm_dialog.rs | |
| parent | baa6263cbe72562b26c37514385ddeb4247feb3e (diff) | |
| download | niri-b2298db5c59ed2378aa56095bfdfac8523a7ef77.tar.gz niri-b2298db5c59ed2378aa56095bfdfac8523a7ef77.tar.bz2 niri-b2298db5c59ed2378aa56095bfdfac8523a7ef77.zip | |
Split render_helpers.rs
Diffstat (limited to 'src/exit_confirm_dialog.rs')
| -rw-r--r-- | src/exit_confirm_dialog.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 <span face='mono' bgcolor='#2C2C2C'> Enter </span> to confirm."; |
