aboutsummaryrefslogtreecommitdiffstats
path: root/src/x11/window/monitor.rs
Commit message (Expand)AuthorAgeFilesLines
* x11, android, win32: [ui]size, [u]int -> [ui]32Andrey Lesnikov2015-01-131-5/+5
* Change uint/int to usize/isizeBryan Bell2015-01-121-5/+5
* Change the way that events are represented.Ty Overby2015-01-011-5/+6
* fail! -> panic!Tomaka172014-10-301-2/+2
* Merge pull request #65 from glennw/x-threadstomaka2014-10-241-0/+3
|\
| * Add an interface for providing system wide initialization options to the wind...Glenn Watson2014-10-241-0/+3
* | Fix closing X display in get_dimensionsGlenn Watson2014-10-241-0/+1
|/
* Implement headless renderingTomaka172014-10-091-0/+55