aboutsummaryrefslogtreecommitdiff
path: root/src/layout/mod.rs
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-02-10 09:33:32 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-02-10 09:40:32 +0400
commit93e16a6582f8e80ac4079ac527637861696ed7b1 (patch)
treeec557f5d2d8816516a0b4925ad41df1ed139007c /src/layout/mod.rs
parent3486fa5536e0c69213b9e6fb4b58a1cf225d5959 (diff)
downloadniri-93e16a6582f8e80ac4079ac527637861696ed7b1.tar.gz
niri-93e16a6582f8e80ac4079ac527637861696ed7b1.tar.bz2
niri-93e16a6582f8e80ac4079ac527637861696ed7b1.zip
Implement niri msg action
Diffstat (limited to 'src/layout/mod.rs')
-rw-r--r--src/layout/mod.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/layout/mod.rs b/src/layout/mod.rs
index c4bcc61f..93b1fe13 100644
--- a/src/layout/mod.rs
+++ b/src/layout/mod.rs
@@ -34,7 +34,8 @@ use std::mem;
use std::rc::Rc;
use std::time::Duration;
-use niri_config::{self, CenterFocusedColumn, Config, SizeChange, Struts};
+use niri_config::{self, CenterFocusedColumn, Config, Struts};
+use niri_ipc::SizeChange;
use smithay::backend::renderer::element::solid::SolidColorRenderElement;
use smithay::backend::renderer::element::surface::WaylandSurfaceRenderElement;
use smithay::backend::renderer::element::{AsRenderElements, Id};