diff options
author | Brian Paul <[email protected]> | 2001-11-28 17:18:36 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-11-28 17:18:36 +0000 |
commit | d8af040f5eb2dd2e40339b83a02f4a42b64619ad (patch) | |
tree | fd1a5e564117891f73c7ee57a2490287b5ad4900 /src/mesa/main | |
parent | e4eba730604eaec5328988fb5236b461ad15de97 (diff) |
updated comment about CHAN_BITS
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 6e1bde8512e..66ad1fe31e1 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -1,8 +1,8 @@ -/* $Id: config.h,v 1.35 2001/11/06 15:53:00 brianp Exp $ */ +/* $Id: config.h,v 1.36 2001/11/28 17:18:36 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.5 + * Version: 4.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 |