a little more MiniGLX info

This commit is contained in:
Brian Paul 2003-09-03 23:10:31 +00:00
parent afc0428b5c
commit e082348a4b
1 changed files with 6 additions and 0 deletions

View File

@ -211,6 +211,12 @@ to the MiniGLX API can also be run on full Xlib/GLX implementations.
This allows some degree of flexibility for software development and testing.
</p>
<p>
However, the MiniGLX API is not binary-compatible with full Xlib/GLX.
Some of the structures are different and some macros/functions work
differently.
See the <code>GL/miniglx.h</code> header file for details.
</p>
</body>