From ba643a2094a1e844b6ce60f468057057557859ce Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 28 Oct 2000 18:34:48 +0000 Subject: Basic work to support deep color channels: Replace GLubyte with GLchan Replace 255 with CHAN_MAX --- src/mesa/main/fog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/main/fog.h') diff --git a/src/mesa/main/fog.h b/src/mesa/main/fog.h index 38bea5d..d574742 100644 --- a/src/mesa/main/fog.h +++ b/src/mesa/main/fog.h @@ -1,4 +1,4 @@ -/* $Id: fog.h,v 1.6 2000/10/27 18:31:22 brianp Exp $ */ +/* $Id: fog.h,v 1.7 2000/10/28 18:34:48 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -53,7 +53,7 @@ _mesa_Fogiv(GLenum pname, const GLint *params ); extern void _mesa_fog_rgba_pixels( const GLcontext *ctx, GLuint n, const GLfixed fog[], - GLubyte rgba[][4] ); + GLchan rgba[][4] ); extern void _mesa_fog_ci_pixels( const GLcontext *ctx, -- cgit v1.1