mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 19:31:30 +11:00
fix compilation of minifb's X11 binding for 32-bit (#308)
This commit is contained in:
parent
c042d26ffd
commit
f92e38a181
|
@ -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,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue