mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
stylo: Implement -moz-prefixed linear gradients
This commit is contained in:
parent
a9fea0653a
commit
3e42684d3c
7 changed files with 207 additions and 34 deletions
|
@ -952,8 +952,8 @@ extern "C" {
|
|||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_CreateGradient(shape: u8, size: u8, repeating: bool,
|
||||
legacy_syntax: bool, stops: u32)
|
||||
-> *mut nsStyleGradient;
|
||||
legacy_syntax: bool, moz_legacy_syntax: bool,
|
||||
stops: u32) -> *mut nsStyleGradient;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_SetListStyleImageNone(style_struct: *mut nsStyleList);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue