mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
updated comment about CHAN_BITS
This commit is contained in:
parent
e4eba73060
commit
d8af040f5e
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue