summaryrefslogtreecommitdiff
path: root/src/mesa/main/fog.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-03-07 17:40:34 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-03-07 17:40:34 +0000
commit4f92969899df9eb37d3c831cf3e17545877eda6e (patch)
tree476f251fceac3a2cf47eb2260b2687e393c0d02b /src/mesa/main/fog.c
parentb3f16c43508e2875d755e41aba0cd31e3d076d02 (diff)
made gl_make_fog_coords() static
Diffstat (limited to 'src/mesa/main/fog.c')
-rw-r--r--src/mesa/main/fog.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/main/fog.c b/src/mesa/main/fog.c
index 0644d6ec5c..998c9bdac5 100644
--- a/src/mesa/main/fog.c
+++ b/src/mesa/main/fog.c
@@ -1,4 +1,4 @@
-/* $Id: fog.c,v 1.7 2000/02/25 03:55:40 keithw Exp $ */
+/* $Id: fog.c,v 1.8 2000/03/07 17:40:34 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -214,7 +214,8 @@ static void check_fog_coords( GLcontext *ctx, struct gl_pipeline_stage *d )
}
}
-void gl_make_fog_coords( struct vertex_buffer *VB )
+
+static void gl_make_fog_coords( struct vertex_buffer *VB )
{
GLcontext *ctx = VB->ctx;