forked from vitrine/wmaker
Use repr(C) for Application flags to use them from an FFI interace.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use std::ffi::{c_int, c_void};
|
||||
|
||||
#[repr(packed)]
|
||||
#[repr(C)]
|
||||
pub struct Flags {
|
||||
skip_next_animation: bool,
|
||||
hidden: bool,
|
||||
|
||||
Reference in New Issue
Block a user