fix glutin headless compile errors

This commit is contained in:
Mike Blumenkrantz 2015-05-27 13:51:39 -04:00
parent ca1f49aaa3
commit 8c278d30a6

View file

@ -693,7 +693,11 @@ impl WindowMethods for Window {
fn set_page_url(&self, _: Url) { fn set_page_url(&self, _: Url) {
} }
fn load_end(&self) { fn load_start(&self, _: bool, _: bool) {
}
fn load_end(&self, _: bool, _: bool) {
}
fn load_error(&self, _: NetError, _: String) {
} }
fn set_cursor(&self, _: Cursor) { fn set_cursor(&self, _: Cursor) {