mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 07:03:15 -04:00
fix X11 build issue due to missing import
This commit is contained in:
@@ -2,6 +2,7 @@ use std::ptr;
|
||||
use std::collections::VecDeque;
|
||||
use super::super::ffi;
|
||||
use super::ensure_thread_init;
|
||||
use window::NativeMonitorID;
|
||||
|
||||
pub struct MonitorID(pub u32);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user