diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-05-01 19:00:11 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-05-01 19:00:19 +0400 |
| commit | 365dbacae7ed9b6dcee2c9a9281e9a531b842007 (patch) | |
| tree | 5341d8e18b63f8ce30e721ef79c3524fc34b1834 /niri-visual-tests/src | |
| parent | af9caa1d9b176fe3606323a8c05c0c741c1f6c0a (diff) | |
| download | niri-365dbacae7ed9b6dcee2c9a9281e9a531b842007.tar.gz niri-365dbacae7ed9b6dcee2c9a9281e9a531b842007.tar.bz2 niri-365dbacae7ed9b6dcee2c9a9281e9a531b842007.zip | |
Move unmap snapshot from Mapped to Tile
Diffstat (limited to 'niri-visual-tests/src')
| -rw-r--r-- | niri-visual-tests/src/test_window.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/niri-visual-tests/src/test_window.rs b/niri-visual-tests/src/test_window.rs index 91da5bdb..644d98b4 100644 --- a/niri-visual-tests/src/test_window.rs +++ b/niri-visual-tests/src/test_window.rs @@ -227,10 +227,6 @@ impl LayoutElement for TestWindow { &EMPTY } - fn take_unmap_snapshot(&self) -> Option<LayoutElementRenderSnapshot> { - None - } - fn animation_snapshot(&self) -> Option<&LayoutElementRenderSnapshot> { None } |
