aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2023-08-27 10:29:06 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2023-08-27 10:29:06 +0400
commite09a6d6392e73d8410b177ed9307c15f97d14858 (patch)
treef07d122a8d982ca585ce273995e2faea25c90d32 /src/main.rs
parenta54e048f419221be9f26310363267d63a8758abb (diff)
downloadniri-e09a6d6392e73d8410b177ed9307c15f97d14858.tar.gz
niri-e09a6d6392e73d8410b177ed9307c15f97d14858.tar.bz2
niri-e09a6d6392e73d8410b177ed9307c15f97d14858.zip
Add trivial Mutter ServiceChannel impl
Makes xdp-gnome work.
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 2b5715fd..3d5079cc 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -5,6 +5,7 @@ mod handlers;
mod animation;
mod backend;
+mod dbus;
mod frame_clock;
mod input;
mod layout;