1
0
Fork 0

remove #[repr(C)] as it did not work

This commit is contained in:
Billy Messenger 2020-10-17 15:23:24 -05:00
parent 11ee384908
commit 3fca9d3c78

View file

@ -1,7 +1,6 @@
use crate::{Size, Point};
/// The info about the window
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct WindowInfo {
logical_size: Size,