aboutsummaryrefslogtreecommitdiff
path: root/src/layout/closing_window.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout/closing_window.rs')
-rw-r--r--src/layout/closing_window.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/closing_window.rs b/src/layout/closing_window.rs
index ec565ebf..3de0d51f 100644
--- a/src/layout/closing_window.rs
+++ b/src/layout/closing_window.rs
@@ -59,7 +59,7 @@ impl ClosingWindow {
#[allow(clippy::too_many_arguments)]
pub fn new<E: RenderElement<GlesRenderer>>(
renderer: &mut GlesRenderer,
- snapshot: RenderSnapshot<E>,
+ snapshot: RenderSnapshot<E, E>,
scale: i32,
center: Point<i32, Logical>,
pos: Point<i32, Logical>,