mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Regen bindings to include StyleGridTrackBreadth
This commit is contained in:
parent
048f1f3316
commit
6d4cf7424c
3 changed files with 7 additions and 12 deletions
|
@ -285,6 +285,7 @@ mod bindings {
|
||||||
"mozilla::PropertyStyleAnimationValuePair",
|
"mozilla::PropertyStyleAnimationValuePair",
|
||||||
"mozilla::TraversalRootBehavior",
|
"mozilla::TraversalRootBehavior",
|
||||||
"mozilla::StyleShapeRadius",
|
"mozilla::StyleShapeRadius",
|
||||||
|
"mozilla::StyleGrid.*",
|
||||||
".*ThreadSafe.*Holder",
|
".*ThreadSafe.*Holder",
|
||||||
"AnonymousContent",
|
"AnonymousContent",
|
||||||
"AudioContext",
|
"AudioContext",
|
||||||
|
|
|
@ -537,12 +537,6 @@ pub mod root {
|
||||||
pub const NS_STYLE_GRID_AUTO_FLOW_COLUMN: ::std::os::raw::c_uint = 2;
|
pub const NS_STYLE_GRID_AUTO_FLOW_COLUMN: ::std::os::raw::c_uint = 2;
|
||||||
pub const NS_STYLE_GRID_AUTO_FLOW_DENSE: ::std::os::raw::c_uint = 4;
|
pub const NS_STYLE_GRID_AUTO_FLOW_DENSE: ::std::os::raw::c_uint = 4;
|
||||||
pub const NS_STYLE_GRID_TEMPLATE_SUBGRID: ::std::os::raw::c_uint = 0;
|
pub const NS_STYLE_GRID_TEMPLATE_SUBGRID: ::std::os::raw::c_uint = 0;
|
||||||
pub const NS_STYLE_GRID_TRACK_BREADTH_MAX_CONTENT: ::std::os::raw::c_uint
|
|
||||||
=
|
|
||||||
1;
|
|
||||||
pub const NS_STYLE_GRID_TRACK_BREADTH_MIN_CONTENT: ::std::os::raw::c_uint
|
|
||||||
=
|
|
||||||
2;
|
|
||||||
pub const NS_STYLE_GRID_REPEAT_AUTO_FILL: ::std::os::raw::c_uint = 0;
|
pub const NS_STYLE_GRID_REPEAT_AUTO_FILL: ::std::os::raw::c_uint = 0;
|
||||||
pub const NS_STYLE_GRID_REPEAT_AUTO_FIT: ::std::os::raw::c_uint = 1;
|
pub const NS_STYLE_GRID_REPEAT_AUTO_FIT: ::std::os::raw::c_uint = 1;
|
||||||
pub const NS_STYLE_WIDTH_MAX_CONTENT: ::std::os::raw::c_uint = 0;
|
pub const NS_STYLE_WIDTH_MAX_CONTENT: ::std::os::raw::c_uint = 0;
|
||||||
|
@ -5813,6 +5807,9 @@ pub mod root {
|
||||||
MozGroupbox = 37,
|
MozGroupbox = 37,
|
||||||
MozPopup = 38,
|
MozPopup = 38,
|
||||||
}
|
}
|
||||||
|
#[repr(u8)]
|
||||||
|
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
|
||||||
|
pub enum StyleGridTrackBreadth { MaxContent = 1, MinContent = 2, }
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
#[derive(Debug, Copy, Clone)]
|
#[derive(Debug, Copy, Clone)]
|
||||||
pub struct WritingMode([u8; 0]);
|
pub struct WritingMode([u8; 0]);
|
||||||
|
|
|
@ -537,12 +537,6 @@ pub mod root {
|
||||||
pub const NS_STYLE_GRID_AUTO_FLOW_COLUMN: ::std::os::raw::c_uint = 2;
|
pub const NS_STYLE_GRID_AUTO_FLOW_COLUMN: ::std::os::raw::c_uint = 2;
|
||||||
pub const NS_STYLE_GRID_AUTO_FLOW_DENSE: ::std::os::raw::c_uint = 4;
|
pub const NS_STYLE_GRID_AUTO_FLOW_DENSE: ::std::os::raw::c_uint = 4;
|
||||||
pub const NS_STYLE_GRID_TEMPLATE_SUBGRID: ::std::os::raw::c_uint = 0;
|
pub const NS_STYLE_GRID_TEMPLATE_SUBGRID: ::std::os::raw::c_uint = 0;
|
||||||
pub const NS_STYLE_GRID_TRACK_BREADTH_MAX_CONTENT: ::std::os::raw::c_uint
|
|
||||||
=
|
|
||||||
1;
|
|
||||||
pub const NS_STYLE_GRID_TRACK_BREADTH_MIN_CONTENT: ::std::os::raw::c_uint
|
|
||||||
=
|
|
||||||
2;
|
|
||||||
pub const NS_STYLE_GRID_REPEAT_AUTO_FILL: ::std::os::raw::c_uint = 0;
|
pub const NS_STYLE_GRID_REPEAT_AUTO_FILL: ::std::os::raw::c_uint = 0;
|
||||||
pub const NS_STYLE_GRID_REPEAT_AUTO_FIT: ::std::os::raw::c_uint = 1;
|
pub const NS_STYLE_GRID_REPEAT_AUTO_FIT: ::std::os::raw::c_uint = 1;
|
||||||
pub const NS_STYLE_WIDTH_MAX_CONTENT: ::std::os::raw::c_uint = 0;
|
pub const NS_STYLE_WIDTH_MAX_CONTENT: ::std::os::raw::c_uint = 0;
|
||||||
|
@ -5653,6 +5647,9 @@ pub mod root {
|
||||||
MozGroupbox = 37,
|
MozGroupbox = 37,
|
||||||
MozPopup = 38,
|
MozPopup = 38,
|
||||||
}
|
}
|
||||||
|
#[repr(u8)]
|
||||||
|
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
|
||||||
|
pub enum StyleGridTrackBreadth { MaxContent = 1, MinContent = 2, }
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
#[derive(Debug, Copy, Clone)]
|
#[derive(Debug, Copy, Clone)]
|
||||||
pub struct WritingMode([u8; 0]);
|
pub struct WritingMode([u8; 0]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue