mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
geckolib: Correctly generate bitfields
This commit is contained in:
parent
fd79e7a20f
commit
13e87b4479
1 changed files with 2 additions and 3 deletions
|
@ -4672,9 +4672,8 @@ pub struct nsStyleSVG {
|
||||||
pub mStrokeLinejoin: u8,
|
pub mStrokeLinejoin: u8,
|
||||||
pub mTextAnchor: u8,
|
pub mTextAnchor: u8,
|
||||||
pub mTextRendering: u8,
|
pub mTextRendering: u8,
|
||||||
pub _bitfield_1: nsStyleSVGOpacitySource,
|
pub _bitfield_1: u8,
|
||||||
pub _bitfield_2: nsStyleSVGOpacitySource,
|
pub _bitfield_2: u8,
|
||||||
pub _bitfield_3: u8,
|
|
||||||
}
|
}
|
||||||
#[test]
|
#[test]
|
||||||
fn bindgen_test_layout_nsStyleSVG() {
|
fn bindgen_test_layout_nsStyleSVG() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue