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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/EGL/yagl_host_egl_calls.c b/EGL/yagl_host_egl_calls.c
index 766748a..654389b 100644
--- a/EGL/yagl_host_egl_calls.c
+++ b/EGL/yagl_host_egl_calls.c
@@ -497,6 +497,7 @@ EGLBoolean yagl_host_eglCreateImageYAGL(uint32_t texture, yagl_host_handle dpy,
yagl_transport_put_in_EGLint(t, error);
yagl_transport_put_in_EGLBoolean(t, &retval);
yagl_transport_end(t);
+ yagl_transport_flush(t, NULL);
return retval;
}