Retrieve the monitors and their info for osx
This commit is contained in:
parent
605bf39b78
commit
9dd592600a
4 changed files with 57 additions and 20 deletions
|
|
@ -37,6 +37,8 @@ extern crate libc;
|
|||
extern crate cocoa;
|
||||
#[cfg(target_os = "macos")]
|
||||
extern crate core_foundation;
|
||||
#[cfg(target_os = "macos")]
|
||||
extern crate core_graphics;
|
||||
#[cfg(target_os = "linux")]
|
||||
extern crate sync;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue