From: Marek Olšák Date: Wed, 2 Nov 2016 17:59:22 +0000 (+0100) Subject: glx: make interop ABI visible again X-Git-Tag: upstream/17.1.0~4960 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64c2593a5c33a98d880d141793360b44d07d1366;p=platform%2Fupstream%2Fmesa.git glx: make interop ABI visible again This was broken when the GLAPI use was removed from mesa_glinterop.h. Cc: 12.0 13.0 Acked-by: Alex Deucher Reviewed-by: Nicolai Hähnle Reviewed-by: Emil Velikov --- diff --git a/src/glx/glxcmds.c b/src/glx/glxcmds.c index 6abe0b9..8980de3 100644 --- a/src/glx/glxcmds.c +++ b/src/glx/glxcmds.c @@ -2713,7 +2713,7 @@ __glXGetUST(int64_t * ust) #if defined(GLX_DIRECT_RENDERING) && !defined(GLX_USE_APPLEGL) -int +PUBLIC int MesaGLInteropGLXQueryDeviceInfo(Display *dpy, GLXContext context, struct mesa_glinterop_device_info *out) { @@ -2737,7 +2737,7 @@ MesaGLInteropGLXQueryDeviceInfo(Display *dpy, GLXContext context, return ret; } -int +PUBLIC int MesaGLInteropGLXExportObject(Display *dpy, GLXContext context, struct mesa_glinterop_export_in *in, struct mesa_glinterop_export_out *out)