mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Compare commits
1 Commits
hacky-acce
...
jdm-patch-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5b76c4239f |
@@ -72,7 +72,7 @@ Servo::Servo(hstring url, hstring args, GLsizei width, GLsizei height,
|
||||
: mWindowHeight(height), mWindowWidth(width), mDelegate(aDelegate) {
|
||||
|
||||
capi::CInitOptions o;
|
||||
hstring defaultPrefs = L" --pref dom.webxr.enabled";
|
||||
hstring defaultPrefs = L" --pref dom.webxr.enabled --devtools=6000";
|
||||
o.args = *hstring2char(args + defaultPrefs);
|
||||
o.url = *hstring2char(url);
|
||||
o.width = mWindowWidth;
|
||||
|
||||
Reference in New Issue
Block a user