auto merge of #5088 : bjwbell/servo/osx-set_cursor, r=jdm

Dependent on https://github.com/tomaka/glutin/pull/300
This commit is contained in:
bors-servo 2015-03-18 13:24:55 -06:00
commit 477f8d22a4

View file

@ -468,16 +468,7 @@ impl WindowMethods for Window {
fn load_end(&self) {
}
// TODO: Enable on macos when supported by glutin.
#[cfg(target_os="macos")]
fn set_cursor(&self, _: Cursor) {
}
#[cfg(target_os="android")]
fn set_cursor(&self, _: Cursor) {
}
#[cfg(target_os="linux")]
/// Has no effect on Android.
fn set_cursor(&self, c: Cursor) {
use glutin::MouseCursor;