q66 pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=1b4cea9b0805c3e6295d8130643d701c1fd7bb92

commit 1b4cea9b0805c3e6295d8130643d701c1fd7bb92
Author: Daniel Kolesa <d.kol...@osg.samsung.com>
Date:   Thu Nov 3 16:58:41 2016 +0100

    ector_gl_surface: remove pointers
---
 src/lib/ector/gl/ector_gl_surface.eo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/ector/gl/ector_gl_surface.eo 
b/src/lib/ector/gl/ector_gl_surface.eo
index 8d31f24..edefce1 100644
--- a/src/lib/ector/gl/ector_gl_surface.eo
+++ b/src/lib/ector/gl/ector_gl_surface.eo
@@ -14,7 +14,7 @@ class Ector.GL.Surface (Ector.GL.Buffer, Ector.Surface)
          return: bool;
         params {
            @in flags: uint64;
-           @in vertex: GLshort *;
+           @in vertex: ptr(GLshort);
            @in vertex_count: uint;
            @in mul_col: uint;
         }
@@ -23,7 +23,7 @@ class Ector.GL.Surface (Ector.GL.Buffer, Ector.Surface)
          return: bool;
         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]]
         }
       }
    }

-- 


Reply via email to