fix compilation of minifb's X11 binding for 32-bit (#308)

This commit is contained in:
Heiko Behrens 2023-01-29 09:36:26 +01:00 committed by GitHub
parent c042d26ffd
commit f92e38a181
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -724,7 +724,7 @@ impl Window {
y, y,
&mut nx, &mut nx,
&mut ny, &mut ny,
dummy_window.as_mut_ptr() as *mut u64, dummy_window.as_mut_ptr() as *mut c_ulong,
); );
} }