Rename MonitorID -> MonitorId
This commit is contained in:
parent
aa5f5de109
commit
86fa1b58e5
19 changed files with 106 additions and 106 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#![cfg(target_os = "windows")]
|
||||
|
||||
pub use api::win32;
|
||||
pub use api::win32::{MonitorID, get_available_monitors, get_primary_monitor};
|
||||
pub use api::win32::{MonitorId, get_available_monitors, get_primary_monitor};
|
||||
pub use api::win32::{WindowProxy, PollEventsIterator, WaitEventsIterator};
|
||||
|
||||
use libc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue