summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/osmesa/osmesa.def
diff options
context:
space:
mode:
authorMathias Fröhlich <[email protected]>2016-07-01 07:13:46 +0200
committerMathias Fröhlich <[email protected]>2016-07-07 06:19:13 +0200
commit13affe0d3f2756771edfab301f31dc69185f91f7 (patch)
tree6c5d9705f882fe7a225700a65dfa013099a19832 /src/mesa/drivers/osmesa/osmesa.def
parent7ed5bca21dcce6c225b904e5f610810b9866796f (diff)
osmesa: Export OSMesaCreateContextAttribs.
Since the function is exported like any other public api function and put in the header as if you could link against it, export it also from shared objects. Signed-off-by: Mathias Fröhlich <[email protected]> Reviewed-by: Brian Paul <[email protected]> Cc: "11.2 12.0" <[email protected]>
Diffstat (limited to 'src/mesa/drivers/osmesa/osmesa.def')
-rw-r--r--src/mesa/drivers/osmesa/osmesa.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/osmesa/osmesa.def b/src/mesa/drivers/osmesa/osmesa.def
index 06afab72b0a..f7dcd598505 100644
--- a/src/mesa/drivers/osmesa/osmesa.def
+++ b/src/mesa/drivers/osmesa/osmesa.def
@@ -4,6 +4,7 @@ VERSION 4.1
EXPORTS
OSMesaColorClamp
OSMesaCreateContext
+ OSMesaCreateContextAttribs
OSMesaCreateContextExt
OSMesaDestroyContext
OSMesaMakeCurrent