aboutsummaryrefslogtreecommitdiff
path: root/src/screenshot_ui.rs
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-02-06 11:24:50 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-02-06 11:25:25 +0400
commitb2298db5c59ed2378aa56095bfdfac8523a7ef77 (patch)
tree6afd28e7300354e32afcd48f908f115e44e36cd5 /src/screenshot_ui.rs
parentbaa6263cbe72562b26c37514385ddeb4247feb3e (diff)
downloadniri-b2298db5c59ed2378aa56095bfdfac8523a7ef77.tar.gz
niri-b2298db5c59ed2378aa56095bfdfac8523a7ef77.tar.bz2
niri-b2298db5c59ed2378aa56095bfdfac8523a7ef77.zip
Split render_helpers.rs
Diffstat (limited to 'src/screenshot_ui.rs')
-rw-r--r--src/screenshot_ui.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screenshot_ui.rs b/src/screenshot_ui.rs
index f50e84d6..311b357b 100644
--- a/src/screenshot_ui.rs
+++ b/src/screenshot_ui.rs
@@ -19,7 +19,7 @@ use smithay::output::{Output, WeakOutput};
use smithay::utils::{Buffer, Physical, Point, Rectangle, Scale, Size, Transform};
use crate::backend::tty::{TtyFrame, TtyRenderer, TtyRendererError};
-use crate::render_helpers::PrimaryGpuTextureRenderElement;
+use crate::render_helpers::primary_gpu_texture::PrimaryGpuTextureRenderElement;
const BORDER: i32 = 2;