aboutsummaryrefslogtreecommitdiffstats
path: root/src/cocoa/monitor.rs
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #316 from binsoftware/cocoa-fixesBrendan Zabarauskas2015-03-241-0/+6
|\ | | | | Cocoa fixes: memory leaks, monitor handling, is_current()
| * fix headless build by ensuring NativeMonitorId enum is available internally ↵Ryan Stewart2015-03-181-3/+3
| | | | | | | | even without the window feature; add Eq/PartialEq to NativeMonitorId
| * expose platform-native monitor identifierRyan Stewart2015-03-161-0/+6
| |
* | Upgrade to latest RustSven Nilsen2015-03-231-1/+1
|/
* Fixed errors on latest nightly, RingBuf -> VecDequemitchmindtree2015-02-211-4/+4
|
* Rename osx->cocoaBrendan Zabarauskas2015-01-261-0/+47