ector_renderer: remove pointers

This commit is contained in:
Daniel Kolesa 2016-11-03 16:57:39 +01:00
parent bc8601690d
commit 00abb62e53
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ abstract Ector.Renderer (Efl.Object)
get {
}
values {
m: const(Eina.Matrix3) *;
m: ptr(const(Eina.Matrix3));
}
}
@property origin {
@ -114,7 +114,7 @@ abstract Ector.Renderer (Efl.Object)
return: bool @warn_unused;
params {
@in op: Efl.Gfx.Render_Op;
@in clips: array<Eina.Rectangle *>; [[array of @Eina.Rectangle clip]]
@in clips: array<ptr(Eina.Rectangle)>; [[array of @Eina.Rectangle clip]]
@in mul_col: uint;
}
}