summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/light.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2001-04-28 08:39:17 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2001-04-28 08:39:17 +0000
commit51c0c71811508b6658e0d5dcff8426b618322a73 (patch)
tree05ccb4905625b200ed1a5de00acb2295e1babec9 /src/mesa/main/light.h
parent27b0758a940f19ce344f21b8db708d91933ce06d (diff)
downloadexternal_mesa3d-51c0c71811508b6658e0d5dcff8426b618322a73.zip
external_mesa3d-51c0c71811508b6658e0d5dcff8426b618322a73.tar.gz
external_mesa3d-51c0c71811508b6658e0d5dcff8426b618322a73.tar.bz2
Support for floating point color representation in tnl module.
Diffstat (limited to 'src/mesa/main/light.h')
-rw-r--r--src/mesa/main/light.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/light.h b/src/mesa/main/light.h
index 82b6d74..79fad5a 100644
--- a/src/mesa/main/light.h
+++ b/src/mesa/main/light.h
@@ -1,4 +1,4 @@
-/* $Id: light.h,v 1.12 2001/03/12 00:48:38 gareth Exp $ */
+/* $Id: light.h,v 1.13 2001/04/28 08:39:17 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -116,7 +116,7 @@ extern void _mesa_copy_material_pairs( struct gl_material dst[2],
GLuint bitmask );
extern void _mesa_update_color_material( GLcontext *ctx,
- const GLchan rgba[4] );
+ const GLfloat rgba[4] );
#endif