Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix glutin headless compile errors
  • Loading branch information
Mike Blumenkrantz committed May 27, 2015
1 parent ca1f49a commit 8c278d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ports/glutin/window.rs
Expand Up @@ -693,7 +693,11 @@ impl WindowMethods for Window {
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) {
Expand Down

0 comments on commit 8c278d3

Please sign in to comment.