mirror of
https://github.com/servo/servo.git
synced 2025-06-19 14:48:59 +01:00
style: Update bindings.
This commit is contained in:
parent
3378d29548
commit
db689c85c2
1 changed files with 1 additions and 3 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue