fix X11 build issue due to missing import

This commit is contained in:
Ryan Stewart 2015-03-16 15:43:33 -07:00
parent 9cecb7ee55
commit 779f3ce888

View file

@ -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);