style: Update bindings.

This commit is contained in:
Emilio Cobos Álvarez 2018-02-15 11:50:50 +01:00
parent 3378d29548
commit db689c85c2
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -4973,9 +4973,7 @@ pub mod root {
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
pub enum StyleUserInput {
None = 0,
Enabled = 1,
Disabled = 2,
Auto = 3,
Auto = 1,
}
#[repr(u8)]
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]