i965: Expose logic telling if non-msrt mcs is supported
[mesa.git] / docs / mangling.html
index 3d88c15d6d0ea805ed43ebce49715db18472159c..c96f2f29ae666e9bb4a724ffe2ff743251741a73 100644 (file)
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Function Name Mangling</h1>
 
 <p>
@@ -21,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:
+</p>
 <pre>
 CFLAGS += -DUSE_MGL_NAMESPACE
 </pre>
-</p>
-
 
+</div>
 </body>
 </html>