Correct window creation on X11

This commit is contained in:
Pierre Krieger 2015-07-19 13:53:40 +02:00
parent 896640f2e0
commit baf9b92d3f
8 changed files with 297 additions and 213 deletions

View file

@ -2,6 +2,7 @@ use core_graphics::display;
use std::collections::VecDeque;
use native_monitor::NativeMonitorId;
#[derive(Clone)]
pub struct MonitorID(u32);
pub fn get_available_monitors() -> VecDeque<MonitorID> {