aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-12-20 08:49:18 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2024-12-22 15:19:46 +0300
commitfbb0054232fb859636ea7e32bdc45c71e185f0c6 (patch)
tree0a36a33a9b38c91423854c17eb96ace9bd10f14a /src/main.rs
parent2d3c36edae2cbce10ec57995c5a4418fb2424bd2 (diff)
downloadniri-fbb0054232fb859636ea7e32bdc45c71e185f0c6.tar.gz
niri-fbb0054232fb859636ea7e32bdc45c71e185f0c6.tar.bz2
niri-fbb0054232fb859636ea7e32bdc45c71e185f0c6.zip
Add a Headless backend for tests
Rendering and stuff is unimplemented.
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 87edb329..55fc032f 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -176,6 +176,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
event_loop.handle(),
event_loop.get_signal(),
display,
+ false,
)
.unwrap();