mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix missing field in CEF port.
This commit is contained in:
parent
dc1d66d3ce
commit
69d98204a0
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ pub extern "C" fn cef_run_message_loop() {
|
|||
trace_layout: false,
|
||||
devtools_server: false,
|
||||
initial_window_size: TypedSize2D(800, 600),
|
||||
user_agent: None,
|
||||
};
|
||||
native::start(0, 0 as *const *const u8, proc() {
|
||||
servo::run(opts);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue