Migrate more eo files to use Eina.Rectangle.

This commit is contained in:
Tom Hacohen 2015-07-15 17:34:07 +01:00
parent a899a04a62
commit c25b2bcc3a
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,5 @@
import eina_types;
abstract Ector.Renderer.Generic.Base (Eo.Base)
{
eo_prefix: ector_renderer;
@ -81,14 +83,14 @@ abstract Ector.Renderer.Generic.Base (Eo.Base)
}
bounds_get {
params {
@out r: Eina_Rectangle;
@out r: Eina.Rectangle;
}
}
draw {
return: bool @warn_unused;
params {
@in op: Ector_Rop;
@in clips: array<Eina_Rectangle *> *; [[array of Eina_Rectangle clip]]
@in clips: array<Eina.Rectangle *> *; [[array of @Eina.Rectangle clip]]
@in mul_col: uint;
}
}

View File

@ -185,7 +185,7 @@ mixin Efl.Gfx.Shape
@since 1.14
]]
params {
@out r: Eina_Rectangle; [[Contain the bounding box of the currently set path]]
@out r: Eina.Rectangle; [[Contain the bounding box of the currently set path]]
}
}
reset {