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 <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-10-21 09:39:14 -04:00
parent ef9cf8b78d
commit 4078e0af9b
1 changed files with 1 additions and 1 deletions

View File

@ -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;