diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-02-21 10:50:30 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-02-21 10:50:30 +0400 |
| commit | d1fe6930a7bc5b78b0f005c2105c92094fc4ec52 (patch) | |
| tree | 724f55cfb29695f74bf1689ea108da4ca63f36fa /src/lib.rs | |
| parent | 9e60b344d06979ade51e49eaa766198e3133b909 (diff) | |
| download | niri-d1fe6930a7bc5b78b0f005c2105c92094fc4ec52.tar.gz niri-d1fe6930a7bc5b78b0f005c2105c92094fc4ec52.tar.bz2 niri-d1fe6930a7bc5b78b0f005c2105c92094fc4ec52.zip | |
Move UI elements into submodule
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -4,21 +4,18 @@ extern crate tracing; pub mod animation; pub mod backend; pub mod cli; -pub mod config_error_notification; pub mod cursor; #[cfg(feature = "dbus")] pub mod dbus; -pub mod exit_confirm_dialog; pub mod frame_clock; pub mod handlers; -pub mod hotkey_overlay; pub mod input; pub mod ipc; pub mod layout; pub mod niri; pub mod protocols; pub mod render_helpers; -pub mod screenshot_ui; +pub mod ui; pub mod utils; #[cfg(not(feature = "xdp-gnome-screencast"))] |
