diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-01-20 15:01:39 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-01-20 15:01:39 +0000 |
commit | 634a7b2f00db18bf4888fa60c235d8366450504a (patch) | |
tree | e2ce87defb0216878d43d651a08c9900735522c8 | |
parent | d73e21620aae660b1ef3b97a6a8d2771a0b8f66b (diff) |
describe libGL
-rw-r--r-- | src/miniglx/miniglx.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/miniglx/miniglx.c b/src/miniglx/miniglx.c index 63aba09d74..00270b5bed 100644 --- a/src/miniglx/miniglx.c +++ b/src/miniglx/miniglx.c @@ -22,7 +22,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Id: miniglx.c,v 1.1.4.44 2003/01/20 10:53:35 keithw Exp $ */ +/* $Id: miniglx.c,v 1.1.4.45 2003/01/20 15:01:39 brianp Exp $ */ /** @@ -48,6 +48,10 @@ * systems with the X Window System and the GLX extension. The intention is to * allow flexibility for prototyping and testing. * + * The files in the src/miniglx/ directory are compiled to build the + * libGL.so library. This is the library which applications link with. + * libGL.so in turn, loads the hardware-specific device driver. + * * * \section miniglxDoxygen About Doxygen * |