summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/miniglx/miniglx.c6
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
*