mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove simpleservo antialiasing option, rely on pref
This commit is contained in:
parent
9174b201b0
commit
1b0de562ed
4 changed files with 3 additions and 12 deletions
|
@ -200,7 +200,6 @@ Servo::Servo(std::optional<hstring> initUrl, hstring args, GLsizei width,
|
|||
o.width = mWindowWidth;
|
||||
o.height = mWindowHeight;
|
||||
o.density = dpi;
|
||||
o.enable_subpixel_text_antialiasing = false;
|
||||
o.native_widget = eglNativeWindow;
|
||||
|
||||
// Note about logs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue