From 4f92969899df9eb37d3c831cf3e17545877eda6e Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 7 Mar 2000 17:40:34 +0000 Subject: [PATCH] made gl_make_fog_coords() static --- src/mesa/main/fog.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/fog.c b/src/mesa/main/fog.c index 0644d6ec5ca..998c9bdac56 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; -- 2.30.2