commit | b5da52ac581c0f0a6587a489198cd02247b6b931 | [log] [tgz] |
---|---|---|
author | Andreas Boll <andreas.boll.dev@gmail.com> | Tue Sep 18 18:57:02 2012 +0200 |
committer | Andreas Boll <andreas.boll.dev@gmail.com> | Wed Sep 19 17:15:47 2012 +0200 |
tree | 0e11c05114355eb136d1180770a535b3079fe2a6 | |
parent | ad05f2e429c9814c4f48c2e63ed33a564c1cf9bb [diff] [blame] |
docs: add new iframe layout
diff --git a/docs/xlibdriver.html b/docs/xlibdriver.html index 57b2378..da72662 100644 --- a/docs/xlibdriver.html +++ b/docs/xlibdriver.html
@@ -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>Xlib Software Driver</h1> <p> @@ -271,6 +278,6 @@ MESA_GAMMA - gamma correction coefficients (X only) </pre> - +</div> </body> </html>