tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=08ca3a562370e2da4edcd350b0d1ca0b7c073e2c

commit 08ca3a562370e2da4edcd350b0d1ca0b7c073e2c
Author: Tom Hacohen <t...@stosb.com>
Date:   Fri Feb 12 14:25:44 2016 +0000

    Ector gl surface: Fix Eolian warnings.
    
    This includes either migrating types to eolian, fixing namespace or
    importing extra types.
---
 src/lib/ector/gl/ector_gl_surface.eo | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/lib/ector/gl/ector_gl_surface.eo 
b/src/lib/ector/gl/ector_gl_surface.eo
index 31e6657..e500514 100644
--- a/src/lib/ector/gl/ector_gl_surface.eo
+++ b/src/lib/ector/gl/ector_gl_surface.eo
@@ -1,3 +1,5 @@
+type @extern GLshort: short; /* FIXME: We should not expose this in the API 
but probably redefine it. */
+
 class Ector.GL.Surface (Ector.GL.Buffer, Ector.Generic.Surface)
 {
    eo_prefix: ector_gl_surface;
@@ -6,13 +8,13 @@ class Ector.GL.Surface (Ector.GL.Buffer, 
Ector.Generic.Surface)
       shader_get {
          return: uint;
          params {
-            @in flags: uint64_t;
+            @in flags: uint64;
          }
       }
       push {
          return: bool;
         params {
-           @in flags: uint64_t;
+           @in flags: uint64;
            @in vertex: GLshort *;
            @in vertex_count: uint;
            @in mul_col: uint;

-- 


Reply via email to