diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-04-13 14:16:07 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-04-13 14:16:07 +0400 |
| commit | 9d5f1c7ef7e1b038fe6242aaa04009bf21463d2a (patch) | |
| tree | c766cd95b619175ba748ca7d804a19adf505d70f /src/layout/closing_window.rs | |
| parent | 71be19b234d58f4ec447e921633506beb81a52c0 (diff) | |
| download | niri-9d5f1c7ef7e1b038fe6242aaa04009bf21463d2a.tar.gz niri-9d5f1c7ef7e1b038fe6242aaa04009bf21463d2a.tar.bz2 niri-9d5f1c7ef7e1b038fe6242aaa04009bf21463d2a.zip | |
Unify Animation- and RenderSnapshot
Diffstat (limited to 'src/layout/closing_window.rs')
| -rw-r--r-- | src/layout/closing_window.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/layout/closing_window.rs b/src/layout/closing_window.rs index 47e039aa..d30d8646 100644 --- a/src/layout/closing_window.rs +++ b/src/layout/closing_window.rs @@ -14,7 +14,8 @@ use smithay::utils::{Logical, Point, Scale, Transform}; use crate::animation::Animation; use crate::niri_render_elements; use crate::render_helpers::primary_gpu_texture::PrimaryGpuTextureRenderElement; -use crate::render_helpers::{render_to_encompassing_texture, RenderSnapshot, RenderTarget}; +use crate::render_helpers::snapshot::RenderSnapshot; +use crate::render_helpers::{render_to_encompassing_texture, RenderTarget}; #[derive(Debug)] pub struct ClosingWindow { |
