devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=4078e0af9b86ca0cc20cd092a5f50e9b8b75a9c2

commit 4078e0af9b86ca0cc20cd092a5f50e9b8b75a9c2
Author: Chris Michael <[email protected]>
Date:   Tue Oct 21 09:39:14 2014 -0400

    evas-wayland-egl: Fix function prototype for eng_context_create
    
    Summary: Apparently, somewhere down the line, the function prototype
    for eng_context_create was changed in the EVGL_Interface, but nobody
    decided to fix All engines. This commit fixes the function prototype
    for evgl_eng_context_create
    
    @fix
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/evas/engines/wayland_egl/evas_engine.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/evas/engines/wayland_egl/evas_engine.c 
b/src/modules/evas/engines/wayland_egl/evas_engine.c
index 853fa25..ab8a9c2 100644
--- a/src/modules/evas/engines/wayland_egl/evas_engine.c
+++ b/src/modules/evas/engines/wayland_egl/evas_engine.c
@@ -323,7 +323,7 @@ evgl_eng_window_surface_destroy(void *data, void *surface)
 }
 
 static void *
-evgl_eng_context_create(void *data, void *ctxt, int version)
+evgl_eng_context_create(void *data, void *ctxt, Evas_GL_Context_Version 
version)
 {
    Render_Engine *re;
    Outbuf *ob;

-- 


Reply via email to