diff options
Diffstat (limited to 'src/input')
| -rw-r--r-- | src/input/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/mod.rs b/src/input/mod.rs index d1ce4114..d96de0cb 100644 --- a/src/input/mod.rs +++ b/src/input/mod.rs @@ -2569,7 +2569,7 @@ mod tests { let comp_mod = CompositorMod::Super; let mut suppressed_keys = HashSet::new(); - let screenshot_ui = ScreenshotUi::new(); + let screenshot_ui = ScreenshotUi::new(Default::default()); let disable_power_key_handling = false; // The key_code we pick is arbitrary, the only thing |
