mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Make font-display descriptor behind the pref.
This commit is contained in:
parent
13df7e4c84
commit
df95a469a0
3 changed files with 19 additions and 1 deletions
|
@ -9045,6 +9045,10 @@ pub mod root {
|
|||
pub struct StylePrefs {
|
||||
pub _address: u8,
|
||||
}
|
||||
extern "C" {
|
||||
#[link_name = "_ZN7mozilla10StylePrefs19sFontDisplayEnabledE"]
|
||||
pub static mut StylePrefs_sFontDisplayEnabled: bool;
|
||||
}
|
||||
extern "C" {
|
||||
#[link_name = "_ZN7mozilla10StylePrefs19sOpentypeSVGEnabledE"]
|
||||
pub static mut StylePrefs_sOpentypeSVGEnabled: bool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue