mirror of
https://github.com/servo/servo.git
synced 2025-06-10 01:23:13 +00:00
Reduce magicleap servo screen resolution
This commit is contained in:
parent
db4edaee87
commit
b4565dd3e2
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
|||
#include <string.h>
|
||||
|
||||
// The viewport dimensions (in px).
|
||||
const int VIEWPORT_W = 1280;
|
||||
const int VIEWPORT_H = 720;
|
||||
const int VIEWPORT_W = 852;
|
||||
const int VIEWPORT_H = 480;
|
||||
|
||||
// The hidpi factor.
|
||||
const float HIDPI = 1.0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue