mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
layout: Implement z-index
.
This commit is contained in:
parent
eff0de0ce1
commit
01c90d8d6a
9 changed files with 81 additions and 18 deletions
|
@ -71,6 +71,7 @@ pub extern "C" fn cef_run_message_loop() {
|
|||
devtools_port: None,
|
||||
initial_window_size: TypedSize2D(800, 600),
|
||||
user_agent: None,
|
||||
dump_flow_tree: false,
|
||||
};
|
||||
native::start(0, 0 as *const *const u8, proc() {
|
||||
servo::run(opts);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue