mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Fill extra layers in background style struct before handing off to Gecko
This commit is contained in:
parent
12f272587e
commit
a98c0fc037
3 changed files with 24 additions and 0 deletions
|
@ -333,6 +333,8 @@ extern "C" {
|
|||
pub fn Gecko_DestroyClipPath(clip: *mut StyleClipPath);
|
||||
pub fn Gecko_NewBasicShape(type_: StyleBasicShapeType)
|
||||
-> *mut StyleBasicShape;
|
||||
pub fn Gecko_FillAllBackgroundLists(layers: *mut nsStyleImageLayers,
|
||||
maxLen: u32);
|
||||
pub fn Gecko_AddRefCalcArbitraryThread(aPtr: *mut Calc);
|
||||
pub fn Gecko_ReleaseCalcArbitraryThread(aPtr: *mut Calc);
|
||||
pub fn Gecko_Construct_nsStyleFont(ptr: *mut nsStyleFont);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue