summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2001-11-28 17:18:20 +0000
committerBrian Paul <[email protected]>2001-11-28 17:18:20 +0000
commitff23c15bdcccda641582730da8b6069a4b1a9543 (patch)
treef0c2644f31a1694261cc92e1ca76170955c3435c /src
parenteb0ce107c7f6d7177b1b79fa6176d0d736034875 (diff)
updated comment about CHAN_BITS
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h
index 7d0b942cefb..327bdfac65e 100644
--- a/src/mesa/main/config.h
+++ b/src/mesa/main/config.h
@@ -1,8 +1,8 @@
-/* $Id: config.h,v 1.34.2.1 2001/11/06 15:51:07 brianp Exp $ */
+/* $Id: config.h,v 1.34.2.2 2001/11/28 17:18:20 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.5
+ * Version: 4.0.1
*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
@@ -173,7 +173,7 @@
/*
- * Bits per color channel (must be 8 at this time!)
+ * Bits per color channel: 8, 16 or 32
*/
#ifndef CHAN_BITS
#define CHAN_BITS 8