mirror of
https://github.com/servo/servo.git
synced 2025-07-16 11:53:39 +01:00
fix glutin headless compile errors
This commit is contained in:
parent
ca1f49aaa3
commit
8c278d30a6
1 changed files with 5 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue