winit: Fix building without wayland feature

This commit is contained in:
Ian Douglas Scott 2025-01-13 09:25:31 -08:00 committed by Ashley Wulber
parent a1792b681a
commit 1f93ae8c3f
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -244,6 +244,7 @@ impl WaylandSpecific {
window: &dyn HasWindowHandle,
width: u32,
height: u32,
scale: f64,
data: &[u8],
offset: Vector,
) {