diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-12-20 08:49:18 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-12-22 15:19:46 +0300 |
| commit | fbb0054232fb859636ea7e32bdc45c71e185f0c6 (patch) | |
| tree | 0a36a33a9b38c91423854c17eb96ace9bd10f14a /src/main.rs | |
| parent | 2d3c36edae2cbce10ec57995c5a4418fb2424bd2 (diff) | |
| download | niri-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.rs | 1 |
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(); |
