X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fmangling.html;h=c96f2f29ae666e9bb4a724ffe2ff743251741a73;hb=e7026ac486c157b419726e6238d880a83172484d;hp=55071544fa63c244b241ba88c0346894e46a78a6;hpb=c478f0d25b96fc8992e6de3d6df27783a9418523;p=mesa.git diff --git a/docs/mangling.html b/docs/mangling.html index 55071544fa6..c96f2f29ae6 100644 --- a/docs/mangling.html +++ b/docs/mangling.html @@ -1,12 +1,20 @@ - + + + + + Function Name Mangling + + + -Function Name Mangling +
+

The Mesa 3D Graphics Library

+
- + +
- - -

Function Name Mangling

+

Function Name Mangling

If you want to use both Mesa and another OpenGL library in the same @@ -20,11 +28,11 @@ This results in all the Mesa functions being prefixed with To do this, recompile Mesa with the compiler flag -DUSE_MGL_NAMESPACE. Add the flag to CFLAGS in the configuration file which you want to use. For example: +

 CFLAGS += -DUSE_MGL_NAMESPACE
 
-

- - - +
+ +