mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Upgrade to latest glutin
This commit is contained in:
parent
7efdcbe0af
commit
ce61dc2623
7 changed files with 55 additions and 18 deletions
|
@ -67,7 +67,7 @@ fn main() {
|
|||
load_gl_when_headless();
|
||||
None
|
||||
} else {
|
||||
Some(app::create_window(std::ptr::null_mut()))
|
||||
Some(app::create_window(None))
|
||||
};
|
||||
|
||||
// Our wrapper around `Browser` that also implements some
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue