summaryrefslogtreecommitdiff
path: root/EGL/yagl_host_egl_calls.c
diff options
context:
space:
mode:
Diffstat (limited to 'EGL/yagl_host_egl_calls.c')
-rw-r--r--EGL/yagl_host_egl_calls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/EGL/yagl_host_egl_calls.c b/EGL/yagl_host_egl_calls.c
index 68e6f73..bcb150a 100644
--- a/EGL/yagl_host_egl_calls.c
+++ b/EGL/yagl_host_egl_calls.c
@@ -31,7 +31,7 @@ int yagl_host_eglGetError(EGLint* retval)
/*
* eglGetDisplay wrapper. id = 2
*/
-int yagl_host_eglGetDisplay(yagl_host_handle* retval, Display* display_id)
+int yagl_host_eglGetDisplay(yagl_host_handle* retval, void* display_id)
{
uint8_t* base = yagl_batch_get_marshal();
yagl_marshal_put_uint32(&base, yagl_api_id_egl);