mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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);
|
pub fn Servo_StyleSet_Clear(set: RawServoStyleSetBorrowed);
|
||||||
}
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Servo_StyleSet_RebuildData(set: RawServoStyleSetBorrowed);
|
pub fn Servo_StyleSet_RebuildCachedData(set: RawServoStyleSetBorrowed);
|
||||||
}
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Servo_StyleSet_MediumFeaturesChanged(set: RawServoStyleSetBorrowed,
|
pub fn Servo_StyleSet_MediumFeaturesChanged(set: RawServoStyleSetBorrowed,
|
||||||
viewport_changed: bool)
|
viewport_units_used:
|
||||||
-> nsRestyleHint;
|
*mut bool) -> bool;
|
||||||
}
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Servo_StyleSet_CompatModeChanged(raw_data:
|
pub fn Servo_StyleSet_CompatModeChanged(raw_data:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue