forked from vitrine/wmaker
Expose a Rust type for WMenu.
This commit is contained in:
@@ -4,6 +4,7 @@ pub mod app_menu;
|
||||
pub mod defaults;
|
||||
pub mod dock;
|
||||
pub mod icon;
|
||||
pub mod menu;
|
||||
pub mod screen;
|
||||
pub mod window;
|
||||
|
||||
|
||||
3
wmakerlib/src/menu.rs
Normal file
3
wmakerlib/src/menu.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
use std::ffi::c_void;
|
||||
|
||||
pub type Menu = c_void;
|
||||
Reference in New Issue
Block a user