mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Enable webxr for the UWP port.
This commit is contained in:
parent
91469aa472
commit
a94d4b267a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Servo::Servo(GLsizei width, GLsizei height, ServoDelegate &aDelegate)
|
|||
: mWindowHeight(height), mWindowWidth(width), mDelegate(aDelegate) {
|
||||
|
||||
capi::CInitOptions o;
|
||||
o.args = NULL;
|
||||
o.args = "--pref dom.webxr.enabled";
|
||||
o.url = "https://servo.org";
|
||||
o.width = mWindowWidth;
|
||||
o.height = mWindowHeight;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue