aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRyan Stewart <ryan@binsoftware.com>2015-03-16 15:43:33 -0700
committerRyan Stewart <ryan@binsoftware.com>2015-03-16 15:43:33 -0700
commit779f3ce888e0009bdbd14bc28a1e475b46df83ee (patch)
treeadd22b1495dcdab160bc73c325c086aa548a9537 /src
parent9cecb7ee558579f0b4ede97c53e3d7824a9810b6 (diff)
downloadglutin-779f3ce888e0009bdbd14bc28a1e475b46df83ee.tar.gz
glutin-779f3ce888e0009bdbd14bc28a1e475b46df83ee.zip
fix X11 build issue due to missing import
Diffstat (limited to 'src')
-rw-r--r--src/x11/window/monitor.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/x11/window/monitor.rs b/src/x11/window/monitor.rs
index a99f2f2..c1a4897 100644
--- a/src/x11/window/monitor.rs
+++ b/src/x11/window/monitor.rs
@@ -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);