remove #[repr(C)] as it did not work
This commit is contained in:
parent
11ee384908
commit
3fca9d3c78
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue