mirror of
https://github.com/servo/servo.git
synced 2025-08-29 17:18:23 +01:00
util: Rename ops::set_opts
to ops::set
, to match get
This commit is contained in:
parent
8975a3bd9b
commit
f8bbc0a974
2 changed files with 4 additions and 4 deletions
|
@ -78,7 +78,7 @@ pub extern "C" fn cef_initialize(args: *const cef_main_args_t,
|
|||
temp_opts.hard_fail = false;
|
||||
temp_opts.enable_text_antialiasing = true;
|
||||
temp_opts.resources_path = resources_path();
|
||||
opts::set_opts(temp_opts);
|
||||
opts::set(temp_opts);
|
||||
|
||||
return 1
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue