Move secondary view support into a pref

This commit is contained in:
Manish Goregaokar 2020-07-27 16:30:32 -07:00
parent fe24fc3068
commit 9fe70e6b71
5 changed files with 7 additions and 3 deletions

View file

@ -843,7 +843,7 @@ impl EmbedderMethods for ServoEmbedderCallbacks {
}
}
if openxr::create_instance(false).is_ok() {
if openxr::create_instance(false, false).is_ok() {
let discovery =
openxr::OpenXrDiscovery::new(Box::new(ContextMenuCallback(embedder_proxy)));
registry.register(discovery);