mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 05:10:03 -04:00
Rename MonitorID -> MonitorId
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user