Regen bindings to include StyleGridTrackBreadth

This commit is contained in:
Ravi Shankar 2017-02-18 11:05:09 +05:30
parent 048f1f3316
commit 6d4cf7424c
3 changed files with 7 additions and 12 deletions

View file

@ -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]);