ohos-window-manager-sys 0.1.0

Raw Bindings to the `window_manager` API of OpenHarmony
Documentation
1
2
3
4
5
6
7
8
9
//! Defines data structures for the C APIs of the display module.
//!
//! SystemCapability: SystemCapability.WindowManager.WindowManager.Core

#[link(name = "native_display_manager")]
extern "C" {}

mod display_info_ffi;
pub use display_info_ffi::*;