diff options
Diffstat (limited to 'src/layout/tests.rs')
| -rw-r--r-- | src/layout/tests.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/layout/tests.rs b/src/layout/tests.rs index 4ac5aaf7..a02d1120 100644 --- a/src/layout/tests.rs +++ b/src/layout/tests.rs @@ -261,6 +261,10 @@ impl LayoutElement for TestWindow { fn interactive_resize_data(&self) -> Option<InteractiveResizeData> { None } + + fn is_urgent(&self) -> bool { + false + } } fn arbitrary_bbox() -> impl Strategy<Value = Rectangle<i32, Logical>> { |
