1
0
forked from vitrine/wmaker

Use repr(C) for Application flags to use them from an FFI interace.

This commit is contained in:
2025-09-09 15:45:57 -04:00
parent 3234e15388
commit 917cc29160

View File

@@ -1,6 +1,6 @@
use std::ffi::{c_int, c_void};
#[repr(packed)]
#[repr(C)]
pub struct Flags {
skip_next_animation: bool,
hidden: bool,