mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: Update bindings.
This commit is contained in:
parent
2c97ec1832
commit
48ea7a29e0
1 changed files with 3 additions and 3 deletions
|
@ -1934,12 +1934,12 @@ extern "C" {
|
|||
pub fn Servo_StyleSet_Clear(set: RawServoStyleSetBorrowed);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_StyleSet_RebuildData(set: RawServoStyleSetBorrowed);
|
||||
pub fn Servo_StyleSet_RebuildCachedData(set: RawServoStyleSetBorrowed);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_StyleSet_MediumFeaturesChanged(set: RawServoStyleSetBorrowed,
|
||||
viewport_changed: bool)
|
||||
-> nsRestyleHint;
|
||||
viewport_units_used:
|
||||
*mut bool) -> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_StyleSet_CompatModeChanged(raw_data:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue