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};
|
use crate::{Size, Point};
|
||||||
|
|
||||||
/// The info about the window
|
/// The info about the window
|
||||||
#[repr(C)]
|
|
||||||
#[derive(Debug, Copy, Clone)]
|
#[derive(Debug, Copy, Clone)]
|
||||||
pub struct WindowInfo {
|
pub struct WindowInfo {
|
||||||
logical_size: Size,
|
logical_size: Size,
|
||||||
|
|
Loading…
Reference in a new issue