diff options
author | Mathias Fröhlich <[email protected]> | 2016-07-01 07:13:46 +0200 |
---|---|---|
committer | Mathias Fröhlich <[email protected]> | 2016-07-07 06:19:13 +0200 |
commit | 13affe0d3f2756771edfab301f31dc69185f91f7 (patch) | |
tree | 6c5d9705f882fe7a225700a65dfa013099a19832 /src/mesa/drivers/osmesa/osmesa.def | |
parent | 7ed5bca21dcce6c225b904e5f610810b9866796f (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.def | 1 |
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 |