mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
|
@ -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_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_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_FIT: ::std::os::raw::c_uint = 1;
|
||||
pub const NS_STYLE_WIDTH_MAX_CONTENT: ::std::os::raw::c_uint = 0;
|
||||
|
@ -5813,6 +5807,9 @@ pub mod root {
|
|||
MozGroupbox = 37,
|
||||
MozPopup = 38,
|
||||
}
|
||||
#[repr(u8)]
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
|
||||
pub enum StyleGridTrackBreadth { MaxContent = 1, MinContent = 2, }
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct WritingMode([u8; 0]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue